Emgu CV Library Documentation
EM_INIT_STEP_TYPE Enumeration
NamespacesEmgu.CV.ML.MlEnumEM_INIT_STEP_TYPE

www.emgu.com/wiki
The initial step the algorithm starts from
Declaration Syntax
C#Visual BasicVisual C++
public enum EM_INIT_STEP_TYPE
Public Enumeration EM_INIT_STEP_TYPE
public enum class EM_INIT_STEP_TYPE
Members
MemberDescription
START_E_STEP
The algorithm starts with E-step. At least, the initial values of mean vectors, CvEMParams.Means must be passed. Optionally, the user may also provide initial values for weights (CvEMParams.Weights) and/or covariation matrices (CvEMParams.Covs).

START_M_STEP
The algorithm starts with M-step. The initial probabilities p_{i,k} must be provided

START_AUTO_STEP
No values are required from the user, k-means algorithm is used to estimate initial mixtures parameters

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)