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.2.1.1150 (2.2.1.1150)

Syntax

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

See Also