ClusterCountMax: Integer;
The ClusterCountMax property determines maximum number of clusters on using autoselection.
The property is relevant if ISmKmeansClusterAnalysis.ClusterCountSelection = ClusterCountSelectionType.VarDisAutoSelection or ClusterCountSelectionType.RAlgorithmAutoSelection.
To determine the minimum number of clusters, use the ISmKmeansClusterAnalysis.ClusterCountMin property.
The property use is given in the example for ISmKmeansClusterAnalysis.FuzzyMembership.
See also: