Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.