Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 393 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 393 Bytes

#Application of MPI and Map-Reduce on KMeans clustering Algorithm

A comparison between 2 different K-Means implementations in terms of performance and development effort - MapReduce and MPI based.

##Problem Description

Refer to Assignment3.pdf

##Report

Refer to A3-Report.pdf

##Run MPI for KMeans

Refer to Run-Kmeans-MPI.txt

##Run MapReduce for KMeans Refer to Run-Kmeans-Hadoop.txt