Click or drag to resize

KMeansTData, TDataSumEvaluateSumOfSquaredDistancesToClusterMean Method

Evaluates the sum of (squared distance of each point to its cluster center).

Namespace: Altaxo.Calc.Clustering
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double EvaluateSumOfSquaredDistancesToClusterMean()

Return Value

Double
Sum of (squared distance of each point to its cluster center).
See Also