|  | EM Properties | 
The EM type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllocatedMemory | 
            Gets or sets a memory address allocated by AllocMemory.
            (Inherited from DisposableObject.) | 
|  | AllocatedMemorySize | 
            Gets or sets the byte length of the allocated memory
            (Inherited from DisposableObject.) | 
|  | ClustersNumber | 
            The number of mixture components in the Gaussian mixture model.
            Default value of the parameter is EM::DEFAULT_NCLUSTERS=5. 
            Some of EM implementation could determine the optimal number of mixtures 
            within a specified value range, but that is not the case in ML yet.
             | 
|  | CovarianceMatrixType | 
            Constraint on covariance matrices which defines type of matrices.
             | 
|  | CvPtr | 
            Native pointer of OpenCV structure
            (Inherited from DisposableCvObject.) | 
|  | DataHandle | 
            Gets or sets a handle which allocates using cvSetData.
            (Inherited from DisposableObject.) | 
|  | Empty | 
            Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read
            (Inherited from Algorithm.) | 
|  | IsDisposed | 
            Gets a value indicating whether this instance has been disposed.
            (Inherited from DisposableObject.) | 
|  | IsEnabledDispose | 
            Gets or sets a value indicating whether you permit disposing this instance.
            (Inherited from DisposableObject.) | 
|  | TermCriteria | 
            The termination criteria of the %EM algorithm.
            The EM algorithm can be terminated by the number of iterations 
            termCrit.maxCount (number of M-steps) or when relative change of likelihood 
            logarithm is less than termCrit.epsilon. 
            Default maximum number of iterations is EM::DEFAULT_MAX_ITERS=100.
             | 
 See Also
See Also