Skip to content

SEBRATHEZEBRA/k-means-clustering-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

K-Means Algorithm

Files used

K-Means.py: Contains my implementation of the K-Mean Clustering Algorithm. Makefile: Runs the algorithm, as well as sets up a virtual environment. requirements.txt: Contains the packages used when setting up the virtual environment. output.txt: Contains what the output looks like when the program is run.

Usage

To set up the virtual environment:

make

To remove the virtual environment:

make clean

To run the algorithm:

make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors