https://github.com/hscells/k-means
Concurrent k-means algorithm in Clojure
https://github.com/hscells/k-means
Last synced: 8 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T08:05:15.000Z (over 10 years ago)
- Last Synced: 2024-12-28T12:43:22.874Z (over 1 year 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.

## 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.