KMeansTData, TDataSumPatchEmptyClusters Method |
Tries to fill up empty clusters, by searching the biggest cluster, and then use the farthest point
from that biggest cluster to move to the empty cluster.
Namespace: Altaxo.Calc.ClusteringAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected bool PatchEmptyClusters()
Return Value
BooleanTrue if successful; false if not sucessful.
See Also