Click or drag to resize

KMeansTData, TDataSumClusterMeans Property

Gets a list which contains the mean values 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<TDataSum> ClusterMeans { get; }

Property Value

IReadOnlyListTDataSum
See Also