Click or drag to resize

KMeansTData, TDataSumClusterIndices Property

Gets a list with the same length as the number of data points, in which each element is the index of the cluster this data point is assigned to.

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

Property Value

IReadOnlyListInt32
See Also