/clustering-clj

This project implements (from scratch) a k-means cluster.

Primary LanguageClojureOtherNOASSERTION

Clustering

This project implements K-means cluster from scratch.

Note: For the inital algorithm, the data and plane is assumed to be a number-line. Will adapt this accordingly to the data a user inputs.