Skip to content

Commit 5e053ae

Browse files
committed
alpha release of 0.1.0 ready for final testing
1 parent a54432a commit 5e053ae

7 files changed

+361
-1647
lines changed

docs/src/benchmark_image.png

1010 KB
Loading

docs/src/index.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ git checkout experimental
5353

5454
## Pending Features
5555
- [X] Implementation of [Hamerly implementation](https://www.researchgate.net/publication/220906984_Making_k-means_Even_Faster).
56-
- [ ] Full Implementation of Triangle inequality based on [Elkan C. (2003) "Using the Triangle Inequality to Accelerate
57-
K-Means"](https://www.aaai.org/Papers/ICML/2003/ICML03-022.pdf).
56+
- [ ] 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).
5857
- [ ] Implementation of [Geometric methods to accelerate k-means algorithm](http://cs.baylor.edu/~hamerly/papers/sdm2016_rysavy_hamerly.pdf).
5958
- [ ] Support for DataFrame inputs.
6059
- [ ] Refactoring and finalizaiton of API desgin.
@@ -143,15 +142,7 @@ Currently, this package is benchmarked against similar implementation in both Py
143142
Currently, the benchmark speed tests are based on the search for optimal number of clusters using the [Elbow Method](https://en.wikipedia.org/wiki/Elbow_method_(clustering)) since this is a practical use case for most practioners employing the K-Means algorithm.
144143

145144

146-
<!-- Insert Benchmark Plot Right Below -->
147-
148-
149-
| Package | Language | Input Data | Execution Time |
150-
|:-----------------:|:--------:|:---------------------------------:|:--------------:|
151-
| Clustering.jl | Julia | (1 Million examples, 30 features) | |
152-
| ParallelKMeans.jl | Julia | (1 Million examples, 30 features) | |
153-
| Scikit-Learn | Python | (1 Million examples, 30 features) | |
154-
| Knor | R | (1 Million examples, 30 features) | |
145+
![benchmark_image.png](benchmark_image.png)
155146

156147

157148
## Release History

0 commit comments

Comments
 (0)