Click or drag to resize

CovarianMatrixType Fields

http://www.emgu.com

The EMCovarianMatrixType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDefault
The default
Public fieldStatic memberDiagonal
A covariation matrix of each mixture may be arbitrary diagonal matrix with positive diagonal elements, that is, non-diagonal elements are forced to be 0's, so the number of free parameters is d for each matrix. This is most commonly used option yielding good estimation results
Public fieldStatic memberGeneric
A covariation matrix of each mixture may be arbitrary symmetrical positively defined matrix, so the number of free parameters in each matrix is about d2/2. It is not recommended to use this option, unless there is pretty accurate initial estimation of the parameters and/or a huge number of training samples
Public fieldStatic memberSpherical
A covariation matrix of each mixture is a scaled identity matrix, ?k*I, so the only parameter to be estimated is ?k. The option may be used in special cases, when the constraint is relevant, or as a first step in the optimization (e.g. in case when the data is preprocessed with PCA). The results of such preliminary estimation may be passed again to the optimization procedure, this time with cov_mat_type=COV_MAT_DIAGONAL
Public fieldvalue__
Top
See Also