Skip to content

A visualization of the K-Means clustering algorithm in Javascript

License

Notifications You must be signed in to change notification settings

VD44/Javascript-K-Means-Visual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript-K-Means-Visual

An interactive visualization of the K-Means clustering algorithm in Javascript.

About

k-means clustering is a method of vector quantization that is popular for cluster analysis in data mining. It is an unsupervised learning algorithm. k-means clustering involves partitioning n observations into k clusters in which each observation belongs to the cluster with the nearest mean, serving as a prototype of the cluster.

Usage

Simply choose a value for k, pick from a menu of preset clusters or click to draw your own vectors, and click the visualize button.

Run with parcel:

$ npm install -g parcel-bundler
$ npm init -y
$ parcel index.html
    
Server running at http://localhost:1234 
✨  Built in 70ms.

About

A visualization of the K-Means clustering algorithm in Javascript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published