Click or drag to resize

KMeansTData, TDataSumClusterCounts Property

Gets a list which contains the number of values in each of the clusters (length is numberOfClusters).

Namespace: Altaxo.Calc.Clustering
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<int> ClusterCounts { get; }

Property Value

IReadOnlyListInt32
See Also