specfsm = target;
}
public void trackResults(LearnerGraph graph) {
PosNegPrecisionRecall pr = CompareGraphs.compare(tests, specfsm, graph);
double accuracy = CompareGraphs.computeAccuracy(graph, specfsm, tests);
ResultsContainer result = new ResultsContainer(accuracy, pr);
currentResults.add(result);
}