Click or drag to resize

KMeansClusteringInitialCenters Property

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix InitialCenters { get; }

Property Value

DoubleMatrix
Remarks
Each row represents a cluster center.
See Also