Skip to content

📈 Implementation of the k-means method for the clustering problem.

License

Notifications You must be signed in to change notification settings

al-petrushin/kmeans-clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-MEANS CLUSTERING

Web App

This web application is an implementation of the k-means method. Chart.js was used as a tool for creating a chart and its work. The initial data array is in data.js. All calculations take place in k-means-algorithm.js. The main app.js file is where we loop through the algorithm and change the colors of the dots. main.js - here we connect all our js files.

Start

npm install
bower install
gulp

A. Petrushin. 2016

About

📈 Implementation of the k-means method for the clustering problem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published