System.out.println("THREAD "+threadNum+": Starting up");
final int iReduction = reduction;
final double fReduction = reductions[reduction-1];
//final Corpus fCorpus = Corpus.loadLabelled(topicType, "allprofiles-unstemmed-"+fReduction+"-tweets-top3");
final Corpus fCorpus = Corpus.load("allprofiles-unstemmed");
fCorpus.randomlyRemove(fReduction);
final int fThread=threadNum;
threadNum++;
Thread thread = new Thread(){
public void run() {
double[] alphas = {0.25,0.5,0.75,1.0,1.25,1.5,1.75,2.0};