SHOGUN
4.2.0
|
This structure is used for storing data required for using the generic Expectation Maximization (EM) implemented by the template class CEMBase for mixture models like gaussian mixture model, multinomial mixture model etc. The EM specialized for mixture models is implemented by the class CEMMixtureModel which uses this MixModelData structure.
Definition at line 45 of file MixModelData.h.
Public Member Functions | |
MixModelData () | |
Public Attributes | |
SGMatrix< float64_t > | alpha |
CDynamicObjectArray * | components |
SGVector< float64_t > | weights |
MixModelData | ( | ) |
Definition at line 54 of file MixModelData.h.
allocated belongingness matrix
Definition at line 48 of file MixModelData.h.
CDynamicObjectArray* components |
components of mixture
Definition at line 50 of file MixModelData.h.
weights of mixture
Definition at line 52 of file MixModelData.h.