Skip to content

Implemented K-Means algorithm using MapReduce to make it scalable. The inputs of the algorithm are the data file and the centroid file. The data file contains m data points. Each data point is represented as an n-dimensional numeric vector. The centroid file has K data points that are randomly chosen from the data file. The distance measure used…

Notifications You must be signed in to change notification settings

mohdasim8018/K-Means-using-Map-Reduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

About

Implemented K-Means algorithm using MapReduce to make it scalable. The inputs of the algorithm are the data file and the centroid file. The data file contains m data points. Each data point is represented as an n-dimensional numeric vector. The centroid file has K data points that are randomly chosen from the data file. The distance measure used…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published