EMCovarianMatrixTypeSpherical Field |
http://www.emgu.com
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
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const EMCovarianMatrixType Spherical = 0
Public Const Spherical As EMCovarianMatrixType = 0
public:
literal EMCovarianMatrixType^ Spherical = 0
static val mutable Spherical: EMCovarianMatrixType
Field Value
Type:
EMCovarianMatrixType
See Also