The HCStoppingCriterionType enumeration is used to determine the criterion of stopping in the hierarchical cluster analysis.
It is used by the following property:
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: