Collection<List<String>> testSet = wm.getFullTestSet();
testDecorator.writeLearnerEvaluationData(new LearnerEvaluationConfiguration(graph, testSet, recordingConfig,null));
changeParametersOnLearner(l);
learningOutcome = testDecorator.learnMachine(plusPTA, minusPTA.getData());
l.setQuestionCounter(0);
FSMStructure learned = WMethod.getGraphData(learningOutcome);
PTA_computePrecisionRecall precRec = new PTA_computePrecisionRecall(learned);
PTATestSequenceEngine engineTestSet = new PTA_FSMStructure(fsm);
sequenceSet partialPTA = engineTestSet.new sequenceSet();partialPTA.setIdentity();
partialPTA = partialPTA.cross(testSet);