ISmKmeansClusterAnalysis.ClusterCountMin

Syntax

ClusterCountMin: Integer;

Description

The ClusterCountMin property determines the minimum number of clusters on using the autoselection.

Comments

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

To determine the maximum number of clusters, use the ISmKmeansClusterAnalysis.ClusterCountMax property.

Example

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

See also:

ISmKmeansClusterAnalysis