Create parallel k-mean clustering program. Study the program performance on the computational cluster
Programming language: C/C++
Serial k-mean implementation in C++.
Data Generator.
1. Coursera lecture K-Means Algorithm.
2. k-means on Wikipedia.
3. Examples of OpenMP and vectorization.