1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-23 00:24:23 +00:00
hpc-2022-g3/OpenMP/apps/kmeans
Alessandro Capotondi e11b42a518 init commit
2022-11-11 13:23:45 +01:00
..
data init commit 2022-11-11 13:23:45 +01:00
cluster.c init commit 2022-11-11 13:23:45 +01:00
getopt.c init commit 2022-11-11 13:23:45 +01:00
getopt.h init commit 2022-11-11 13:23:45 +01:00
kmeans.c init commit 2022-11-11 13:23:45 +01:00
kmeans.h init commit 2022-11-11 13:23:45 +01:00
kmeans_clustering.c init commit 2022-11-11 13:23:45 +01:00
Makefile init commit 2022-11-11 13:23:45 +01:00
README init commit 2022-11-11 13:23:45 +01:00
run init commit 2022-11-11 13:23:45 +01:00

Usage: ./kmeans [switches] -i filename
       -i filename     	  :  file containing data to be clustered
       -b                 :  input file is in binary format
       -k                 :  number of clusters (default is 8) 
       -t threshold       :  threshold value