Click or drag to resize

KMeansTData, TDataSumEvaluateMeanNthMomentOfDistances Method

Evaluates for each cluster the mean distance, i.e. the square root ( of the sum of squared distances divided by N)

Namespace: Altaxo.Calc.Clustering
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<double> EvaluateMeanNthMomentOfDistances(
	int q
)

Parameters

q  Int32

[Missing <param name="q"/> documentation for "M:Altaxo.Calc.Clustering.KMeans`2.EvaluateMeanNthMomentOfDistances(System.Int32)"]

Return Value

IReadOnlyListDouble
The mean distance in each cluster, i.e. the square root ( of the sum of squared distances divided by N)
See Also