Cluster estimation algorithm on Clojure
$> lein run <distance-type> <path-to-file>
Supported distance types:
* euclidean
* hamming
e.g.
$> lein run "euclidean" "./samples/irises.txt"
$> lein test
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Cluster estimation algorithm on Clojure
$> lein run <distance-type> <path-to-file>
Supported distance types:
* euclidean
* hamming
e.g.
$> lein run "euclidean" "./samples/irises.txt"
$> lein test