Get the mean of the clusters

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> Means { get; }
Public ReadOnly Property Means As Matrix(Of Double)
	Get
public:
property Matrix<double>^ Means {
	Matrix<double>^ get ();
}

See Also