In this file we define the KmmBase base class for Kernel Mixture.
hidden::Traits< CArray< Real, SizeRows_, SizeCols_, Orient_ > >::Type Type
Base class for the Gaussian Kernel Mixture Models.
The Gaussian mixture model Kmm_sk is an isotrope Gaussian mixture model on a kernel space.
int computeNbFreeParameters() const
Real lnComponentProbability(int i, int k) const
void randomInit(CArrayXX const *const &p_tik, CPointX const *const &p_tk)
Initialize randomly the variances of the Gaussian kernel mixture.
bool run(CArrayXX const *const &p_tik, CPointX const *const &p_tk)
update the variances.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
double Real
STK fundamental type of Real values.
The namespace STK is the main domain space of the Statistical ToolKit project.
ModelParameters< Clust::Kmm_sk_ > Parameters
Type of the structure storing the parameters of a Kmm_sk model.
Main class for the mixtures traits policy.