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

Latest commit

 

History

History
20 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 571 Bytes

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