Gets the matrix of final cluster centers computed during the last clustering.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleMatrix FinalCenters { get; }
Visual Basic (Declaration)
Public ReadOnly Property FinalCenters As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ FinalCenters {
	DoubleMatrix^ get ();
}

Remarks

Each row represents a cluster center.

See Also