Skip to content

Instantly share code, notes, and snippets.

@andyreagan
Created January 13, 2015 17:24
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 andyreagan/febad97f2844893f0c81 to your computer and use it in GitHub Desktop.
Save andyreagan/febad97f2844893f0c81 to your computer and use it in GitHub Desktop.
quick bash loop
for PARAM in 1 5 10 15
do
mkdir results_of_lda_${PARAM}
./lda est 1 ${PARAM} settings.txt sandyCorpus3.txt random ./results_of_lda_${PARAM}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment