int ptaElements = pta.numberOfLeafNodes();
stats = stats+"Instance: "+instanceID+", learner: "+this+", pta: "+ptaElements+" tests: "+tests.size()+ "\n";
l.init(pta, ptaElements/2,ptaElements/2);
learningOutcome = l.learnMachine();
result = result+l.getQuestionCounter()+FS+computeAccuracy(learningOutcome, graph.paths.getGraph(),tests);
System.out.print(computeAccuracy(learningOutcome, graph.paths.getGraph(),tests)+",");
//System.out.println(instanceID+","+result);
//updateFrame(g,learningOutcome);
l.setQuestionCounter(0);