Click or drag to resize

KMeansTData, TDataSumUpdateEachPointsMembership Method

Iterates over each data point, and determines to which cluster it belongs.

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

Return Value

Boolean
True if at least one data point has changed its cluster membership; otherwise, false.
See Also