Skip to content

Implementation of Kmeans Algorithm for clustering or categorization of data points. Data points should be in input.txt file with x and y coordinates in a single line.

Notifications You must be signed in to change notification settings

famu/Kmeans---Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Kmeans---Machine-Learning

Implementation of Kmeans Algorithm for clustering or categorization of data points. For simplycity data points are in the code contained in two dimensional array for x and y coordinates. So no input is required to test the algorithm. The resultes should be printed on the console window in a tabular form containing the results.

About

Implementation of Kmeans Algorithm for clustering or categorization of data points. Data points should be in input.txt file with x and y coordinates in a single line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages