KMeansModification

Description

The KMeansModification enumeration is used to determine the method of clustering.

It is used by the following property:

Available Values

  Value Brief description
0 KMeans. Advanced k-means algorithm.
1 KModes. K-modes method.
2 KMeansGeneral. Standard algorithm.

Comments

The K-modes method is used to cluster categorical values.

See also:

Stat Assembly Enumerations