|  | KMeansClusteringInitialCenters Property | 
            Gets the matrix of initial cluster centers used during the last clustering.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleMatrix InitialCenters { get; }Public ReadOnly Property InitialCenters As DoubleMatrix
	Get
public:
property DoubleMatrix^ InitialCenters {
	DoubleMatrix^ get ();
}member InitialCenters : DoubleMatrix with get
Property Value
DoubleMatrix Remarks
Remarks
            Each row represents a cluster center.
            
 See Also
See Also