Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hscells/k-means
Concurrent k-means algorithm in Clojure
https://github.com/hscells/k-means
Last synced: 7 days ago
JSON representation
Concurrent k-means algorithm in Clojure
- Host: GitHub
- URL: https://github.com/hscells/k-means
- Owner: hscells
- License: epl-1.0
- Created: 2015-08-09T04:33:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T08:05:15.000Z (about 9 years ago)
- Last Synced: 2024-04-30T10:27:04.376Z (7 months ago)
- Language: Clojure
- Homepage: http://hscells.github.io/k-means/doc/
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k-means
Implementation of the k-means clustering algorithm.
![cluster](http://i.imgur.com/mr7INW0.png)
## Usage
$ java -jar k-means-X.Y-standalone.jar
testseq [k] [n]
testpar [k] [n]
seq [k] [datafile]
par [k] [datafile]## License
Copyright © 2015 Harry Scells
Distributed under the MIT License.