Click or drag to resize

KMeansTData, TDataSumSortingOfClusterValues Property

Get/sets the sorting of cluster values after evaluation. It presumes that the generic type TDataSum implements the IComparable interface.

Namespace: Altaxo.Calc.Clustering
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SortDirection SortingOfClusterValues { get; set; }

Property Value

SortDirection
See Also