Click or drag to resize

KMeansTData, TDataSumGetFarthestPoint Method

Returns the index of the point that is farthest outside the mean of its cluster.

Namespace: Altaxo.Calc.Clustering
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected int GetFarthestPoint()

Return Value

Int32
Index of the point that is farthest outside the mean of its cluster, or -1 if no such point exists.
See Also