/k-means

Simple K-Means Clustering, in Javascript

Primary LanguageJavaScript

k-means

Simple K-Means clustering, in Javascript

Demo

You can easly run the demo by opening dist/index.html in browser

Running on dev-mode

Make sure you have NodeJS, npm, and gulp-cli installed globally on your machine. Then, clone this repo

$ git clone https://github.com/kukuh-sulistyo/k-meas.git

Next, install node dependencies:

$ npm install

Running

$ gulp play

Running on browser http://localhost:9000