Simple K-Means clustering, in Javascript
You can easly run the demo by opening dist/index.html in browser
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