KMeansTData, TDataSumEvaluateSumOfSquaredDistancesToClusterMean Method |
Evaluates the sum of (squared distance of each point to its cluster center).
Namespace: Altaxo.Calc.ClusteringAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double EvaluateSumOfSquaredDistancesToClusterMean()
Return Value
DoubleSum of (squared distance of each point to its cluster center).
See Also