Skip to content

Commit 4866573

Browse files
committed
minor documentation fixes
1 parent c90e4d1 commit 4866573

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ ________________________________________________________________________________
4747
### Features
4848

4949
- 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.
5151
- 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.
5353

5454
_________________________________________________________________________________________________________
5555

0 commit comments

Comments
 (0)