fix distributed KMeans bugs and add javasingle version
[IRC.git] / Robust / src / Benchmarks / Prefetch / KMeans / javasingle / howtorun
1 ./KMeans.bin -m <max_clusters> \
2     -n <min_clusters> \
3     -t <threshold> \
4     -i <input_file_name> \
5     -nthreads 1
6
7 e.g. -m 40 -n 40 -t 0.05 -i inputs/random10000_12 -nthreads 1
8