Skip to content

Visualise the behaviors of the K-means clustering algorithm in JavaScript.

Notifications You must be signed in to change notification settings

ser1zw/k-means-visualiser-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

K-Means Visualiser

Visualise the behaviors of the K-means clustering algorithm in JavaScript.

You can try this program on http://jsdo.it/ser1zw/tLeA/fullscreen.

This is inspired by this article (ActionScript implementation).

Requirement

  • Some modern web browers that support HTML5.
    • Tested on Google Chrome 22 and Firefox 16.0.2
  • (Optional) Some web servers to deploy this program.

Deployment

Deploy all contents in src directory to your web server, and then open index.html.

You can also deploy using Python as below:

$ cd src
$ python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...

and go to http://0.0.0.0:8000/index.html

About

Visualise the behaviors of the K-means clustering algorithm in JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published