STK++ 0.9.13
|
In this file we define the Parameters classes for Diagonal Gaussian mixture models. More...
#include "../STK_Clust_Util.h"
#include <Arrays/include/STK_Array1D.h>
#include <Arrays/include/STK_CArray.h>
#include <Arrays/include/STK_CArrayPoint.h>
#include <Arrays/include/STK_CArrayVector.h>
#include <STatistiK/include/STK_Stat_Online.h>
#include <STatistiK/include/STK_Stat_Functors.h>
Go to the source code of this file.
Classes | |
struct | STK::ModelParameters< Clust::Gaussian_sjk_ > |
Structure encapsulating the parameters of a STK::DiagGaussian_sjk model. More... | |
struct | STK::ModelParameters< Clust::Gaussian_sk_ > |
Structure encapsulating the parameters of a STK::DiagGaussian_sk model. More... | |
struct | STK::ModelParameters< Clust::Gaussian_sj_ > |
Structure encapsulating the parameters of a STK::DiagGaussian_sj model. More... | |
struct | STK::ModelParameters< Clust::Gaussian_s_ > |
Structure encapsulating the parameters of a STK::DiagGaussian_s model. More... | |
struct | STK::ModelParameters< Clust::Gaussian_sjsk_ > |
Structure encapsulating the parameters of a Gaussian_sjsk mixture model. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
In this file we define the Parameters classes for Diagonal Gaussian mixture models.
Definition in file STK_DiagGaussianParameters.h.