ISmKmeansClusterAnalysis.Modification

Syntax

Modification: KMeansModification;

Description

The Modification property determines the type of the algorithm in use.

Comments

If Modification = KMeansModification.KMeans, the standard k-means algorithm intended for clustering of numeric values is used. If Modification = KMeansModification.KModes, the k-modes algorithm is used intended for clustering of categorical values.

Example

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

See also:

ISmKmeansClusterAnalysis