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.0.0.0 (2.0.0.0)

Syntax

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

See Also