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