Oklein1 / clustering-clj

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Other


Languages

Language:Clojure 100.0%