KMeansTData, TDataSumEvaluateClustersStandardDeviation Method |
Evaluates for each cluster the standard deviation, i.e. the square root ( of the sum of squared distances divided by N-1)
Namespace: Altaxo.Calc.ClusteringAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IReadOnlyList<double> EvaluateClustersStandardDeviation()
Return Value
IReadOnlyListDoubleThe standard deviation of each cluster, i.e. the square root ( of the sum of squared distances divided by N-1)
See Also