assert origAlphabet.equals(markov.pathroutines.computeAlphabet());
assert origAlphabet.equals(markovD.pathroutines.computeAlphabet());
assert origAlphabet.equals(edsm.pathroutines.computeAlphabet());
final RandomPathGenerator generator = new RandomPathGenerator(cvsGraph,new Random(0),5,null);
final int posOrNegPerChunk = 50;
generator.generateRandomPosNeg(posOrNegPerChunk*2,1);
Collection<List<Label>> sequences = cvsGraph.wmethod.getFullTestSet(1);//generator.getAllSequences(0).getData(PTASequenceEngine.truePred);
PTASequenceEngine walkEngine = new PTA_FSMStructure(cvsGraph,null);
SequenceSet ptaWalk = walkEngine.new SequenceSet();ptaWalk.setIdentity();
ptaWalk = ptaWalk.cross(sequences);