We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90e4d1 commit 4866573Copy full SHA for 4866573
README.md
@@ -47,9 +47,9 @@ ________________________________________________________________________________
47
### Features
48
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.
+- Support for multi-theading implementation of K-Means clustering algorithm.
51
- Kmeans++ initialization for faster and better convergence.
52
-- Modified version of Elkan's Triangle inequality to speed up K-Means algorithm.
+- Implementation of all the variants of the K-Means algorithm.
53
54
_________________________________________________________________________________________________________
55
0 commit comments