HCStoppingCriterionType

The HCStoppingCriterionType enumeration is used to determine the criterion of stopping in the hierarchical cluster analysis.

It is used by the following property:

Available Values

  Value Brief description
0 NumberOfClusters. Until the set number of clusters is reached.
1 ThresholdDistance. Until the threshold value of distance between clusters is reached.

See also:

Stat Assembly Enumerations