Click or drag to resize

KMeansTData, TDataSumSortingOfClusterValues Property

Gets or 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.3448.0 (4.8.3448.0)
Syntax
C#
public SortDirection SortingOfClusterValues { get; set; }

Property Value

SortDirection
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when a non-none sorting is specified but TDataSum does not implement IComparable.
See Also