KMeansTData, TDataSumGetFarthestPoint Method |
Returns the index of the point that is farthest outside the mean of its cluster.
Namespace: Altaxo.Calc.ClusteringAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected int GetFarthestPoint()
Return Value
Int32Index of the point that is farthest outside the mean of its cluster, or -1 if no such point exists.
See Also