The EM type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Means
Get the mean of the clusters
NumberOfClusters
Get the number of clusters of this EM model
Probabilities
Get the matrix of probability. A entry on the m_th row and n_th col indicates the probability of the m_th data point given the n_th cluster.
Ptr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Weights
Get the weights of the clusters

See Also