Click or drag to resize

KMeansClusteringFinalCenters Property

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

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

Property Value

DoubleMatrix
Remarks
Each row represents a cluster center.
See Also