ISmKmeansClusterAnalysis.ClusterCountMax

Syntax

ClusterCountMax: Integer;

Description

The ClusterCountMax property determines maximum number of clusters on using autoselection.

Comments

The property is relevant if ISmKmeansClusterAnalysis.ClusterCountSelection = ClusterCountSelectionType.VarDisAutoSelection or ClusterCountSelectionType.RAlgorithmAutoSelection.

To determine the minimum number of clusters, use the ISmKmeansClusterAnalysis.ClusterCountMin property.

Example

The property use is given in the example for ISmKmeansClusterAnalysis.FuzzyMembership.

See also:

ISmKmeansClusterAnalysis