The KMeansModification enumeration is used to determine the method of clustering.
It is used by the following property:
| Value | Brief description | |
| 0 | KMeans. Advanced k-means algorithm. | |
| 1 | KModes. K-modes method. | |
| 2 | KMeansGeneral. Standard algorithm. |
The K-modes method is used to cluster categorical values.
See also: