[This is preliminary documentation and is subject to change.]

Get the mean of the clusters

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

Syntax

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

See Also