Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 341 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 341 Bytes

k-means

Project for Middleware and Techonologies course at PoliMi.

Implementing k-means algorithm using OpenMP and MPI frameworks.

usage with plotting

Start the script find_instruction.sh inside the k-means folder passing as parameter the number of point and the number of centroids as, respectively, first and second argument.