Modification: KMeansModification;
The Modification property determines the type of the algorithm in use.
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.
The property use is given in the example for ISmKmeansClusterAnalysis.FuzzyMembership.
See also: