}
public void runExperimentWithSingleAutomaton(int ifDepth, String name, String arffName, LearnerGraph referenceGraph) throws Exception
{
final Collection<List<Label>> evaluationTestSet = computeEvaluationSet(referenceGraph,-1,-1);
DrawGraphs gr = new DrawGraphs();
final RBoxPlot<String>
uas_F=new RBoxPlot<String>("Time","F-measure",new File("time_"+name+"_f.pdf")),
uas_Diff=new RBoxPlot<String>("Time","Diff-measure",new File("time_"+name+"_Diff.pdf"));
SquareBagPlot gr_diff_to_f = new SquareBagPlot("f-measure","diff-based measure",new File("diff-to-f.pdf"),0,1,true);