mpi-kmeans Parallel implementation of the k-means algorithm using MPI. Data points are created at random. To run: Install an MPI implementation. (I used MPICH) Run: mpiexec -n number_of_processes ./kmeansTest n_data_points n_attributes_per_point n_clusters