ISmKmeansClusterAnalysis.ClusterCountSelection

Syntax

ClusterCountSelection: ClusterCountSelectionType;

Description

The ClusterCountSelection property determines the method of cluster number selection.

Comments

If there is the ClusterCountSelectionType.Fixed value for determining the number of clusters required to divide the set of objects, use the ISmKmeansClusterAnalysis.ClusterCount property.

If there is the ClusterCountSelectionType.VarDisAutoSelection or ClusterCountSelectionType.RAlgorithmAutoSelection value for determining the maximum and minimum number of clusters used to select the optimal one, use the ISmKmeansClusterAnalysis.ClusterCountMax and ISmKmeansClusterAnalysis.ClusterCountMin properties respectively. The final count of clusters will be written to ISmKmeansClusterAnalysis.ClusterCount.

Example

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

See also:

ISmKmeansClusterAnalysis