Skip to content

Implementation of the k-means clustering algorithm

Notifications You must be signed in to change notification settings

rafaelvargas/k-means

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k-means clustering

Implementation of k-means clustering algorithm.

Installing requirements

pip install -r requirements.txt

Running

You need to have Python 3 installed.

python3 main.py

Results

Two dimensional example

  • N: 5000
  • k: 5

2D example

Three dimensional example

  • N: 5000
  • k: 5

3D example

About

Implementation of the k-means clustering algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages