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.ClusteringAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
IReadOnlyListDoubleThe mean distance in each cluster, i.e. the square root ( of the sum of squared distances divided by N)
See Also