Click or drag to resize

KMeansClusteringWithinSumOfSquares Property

Gets the within-cluster sum of squares for each cluster computed during the last clustering.

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

Property Value

DoubleVector
See Also