Click or drag to resize

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.Clustering
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<double> EvaluateClustersStandardDeviation()

Return Value

IReadOnlyListDouble
The standard deviation of each cluster, i.e. the square root ( of the sum of squared distances divided by N-1)
See Also