KMeansTData, TDataSumUpdateEachPointsMembership Method |
Iterates over each data point, and determines to which cluster it belongs.
Namespace: Altaxo.Calc.ClusteringAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected bool UpdateEachPointsMembership()
Return Value
BooleanTrue if at least one data point has changed its cluster membership; otherwise, false.
See Also