The KModesDistanceType enumeration is used to determine the method of calculating distance between points on clustering by the k-modes method.
It is used by the following property:
| Value | Brief description | |
| 0 | Hamming. Hamming distance. | |
| 1 | HammingMod. Modified distance function. |
See also: