KMeansTData, TDataSumUpdateClusterMeanValues Method |
Calculates the mean values of the clusters from the data points.
Namespace: Altaxo.Calc.ClusteringAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected bool UpdateClusterMeanValues()
Return Value
BooleanTrue if successfull. False if unsuccessful, i.e. there are some empty clusters, and those clusters could not
be filled with other data.
See Also