HierarchicalClusteringStatus Enumeration

Spotfire 14.3 API Reference
Represents status of a hierarchical clustering run that returns a value.

Namespace:  Spotfire.Dxp.Data.Computations.Clustering
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(6, 0)]
public enum HierarchicalClusteringStatus
Members

  Member nameValueDescription
Success0 The row- and column results are assigned corresponding to the row and column settings.
ProgressCancel1 Calculation was terminated after progress cancel.
TooFewRows-1 Need at least two rows to compute a row clustering.
NotEnoughFreeMemory-3 The clustering algorithm could not find enough free memory to complete the clustering.
InfiniteDistance-4The clustering algorithm encountered an infinite float distance in the clustering process.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference