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