Skip to content

Instantly share code, notes, and snippets.

@ejcer
Created December 11, 2016 23:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ejcer/1bc29bf591dab7652aa6167d6af628dd to your computer and use it in GitHub Desktop.
Save ejcer/1bc29bf591dab7652aa6167d6af628dd to your computer and use it in GitHub Desktop.
echo -e "\n\n\n\n=====================DIFF T, THRESHOLD VALUE=======================\n\n\n\n"
echo -e "./kmeans -n 4 -t .01 -i ./data/204800.txt"
./kmeans -n 4 -t .01 -i ./data/204800.txt
echo -e "\n\n\n\n===================================================================\n\n\n\n"
echo -e "./kmeans -n 4 -t .001 -i ./data/204800.txt"
./kmeans -n 4 -t .001 -i ./data/204800.txt
echo -e "\n\n\n\n================================================================\n\n\n\n"
echo -e "./kmeans -n 4 -t .0001 -i ./data/204800.txt"
./kmeans -n 4 -t .0001 -i ./data/204800.txt
echo -e "\n\n\n\n==============================================================\n\n\n\n"
echo -e "./kmeans -n 4 -t .00001 -i ./data/204800.txt"
./kmeans -n 4 -t .00001 -i ./data/204800.txt
echo -e "\n\n\n\n==============================================================\n\n\n\n"
echo -e "./kmeans -n 4 -t .0000001 -i ./data/204800.txt"
./kmeans -n 4 -t .00000001 -i ./data/204800.txt
echo -e "\n\n\n\n==============================================================\n\n\n\n"
echo -e "./kmeans -n 4 -t .99 -i ./data/204800.txt"
./kmeans -n 4 -t .99 -i ./data/204800.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment