Gets the matrix of initial cluster centers used during the last clustering.

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

Syntax

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

Remarks

Each row represents a cluster center.

See Also