Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

petrsuhin-al/k-means-clustering

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