You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/index.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,14 @@ git checkout experimental
56
56
-[X] Implementation of [Hamerly implementation](https://www.researchgate.net/publication/220906984_Making_k-means_Even_Faster).
57
57
-[X] Interface for inclusion in Alan Turing Institute's [MLJModels](https://github.com/alan-turing-institute/MLJModels.jl#who-is-this-repo-for).
58
58
-[X] Full Implementation of Triangle inequality based on [Elkan - 2003 Using the Triangle Inequality to Accelerate K-Means"](https://www.aaai.org/Papers/ICML/2003/ICML03-022.pdf).
59
+
-[X] Implementation of [Yinyang K-Means: A Drop-In Replacement of the Classic K-Means
60
+
with Consistent Speedup](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/ding15.pdf)
59
61
-[ ] Implementation of [Geometric methods to accelerate k-means algorithm](http://cs.baylor.edu/~hamerly/papers/sdm2016_rysavy_hamerly.pdf).
60
62
-[ ] Support for other distance metrics supported by [Distances.jl](https://github.com/JuliaStats/Distances.jl#supported-distances).
61
63
-[ ] Native support for tabular data inputs outside of MLJModels' interface.
62
64
-[ ] Refactoring and finalizaiton of API desgin.
63
65
-[ ] GPU support.
66
+
-[ ] Distributed calculations support.
64
67
-[ ] Implementation of other K-Means algorithm variants based on recent literature.
65
68
-[ ] Optimization of code base.
66
69
-[ ] Improved Documentation
@@ -103,6 +106,7 @@ r.converged # whether the procedure converged
0 commit comments