xgboost/toolkit/kmeans.sh
nachocano 56aad86231 adding incomplete kmeans.
I'm having a problem with the broadcast, and still need to implement the logic
2014-12-03 01:16:13 -08:00

9 lines
143 B
Bash
Executable File

#!/bin/bash
if [ "$#" -lt 4 ];
then
echo "Usage <nslave> <k> <d> <itr> <data_dir>"
exit -1
fi
../submit_job_tcp.py $1 kmeans "${@:2}"