File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ ________________________________________________________________________________
47
47
### Features
48
48
49
49
- Lightening fast implementation of Kmeans clustering algorithm even on a single thread in native Julia.
50
- - Support for multi-theading implementation of Kmeans clustering algorithm.
50
+ - Support for multi-theading implementation of K-Means clustering algorithm.
51
51
- Kmeans++ initialization for faster and better convergence.
52
- - Modified version of Elkan's Triangle inequality to speed up K-Means algorithm.
52
+ - Implementation of all the variants of the K-Means algorithm.
53
53
54
54
_________________________________________________________________________________________________________
55
55
You can’t perform that action at this time.
0 commit comments