Skip to content

wasyro/k-meansppVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k-meansppVisualizer

visualize algorithm of k-means++

Description

k-means++ clustering is algorithm used in unsupervised learning based on k-means clustering.
If you need more details about k-means++, please read the paper by D.Arthur and S.Vassilvitskii.
http://ilpubs.stanford.edu:8090/778/1/2006-13.pdf

Based on a k-means visualizer by nitoyon.
http://tech.nitoyon.com/ja/blog/2013/11/07/k-means/

Requirements

Processing 3

On Browser

You can also run on your browser.
https://wasyro.github.io/k-meansppVisualizer/

Install

$ mkdir kMeansppVisualizer  
$ cd kMeansppVisualizer  
$ git clone https://github.com/wasyro/k-meansppVisualizer.git

Usage

Pushing the lower right button, you can move on to the next step.
Now the interruption of moving centroids is not implemented.

About

visualize the algorithm of k-means++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published