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.

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Matrix<double> Probabilities { get; }
Public ReadOnly Property Probabilities As Matrix(Of Double)
public:
property Matrix<double>^ Probabilities {
	Matrix<double>^ get ();
}

See Also