Uses of Class
org.processmining.lpm.adjustedalignments.AllSamplingOptAlignmentsGraphThread
-
Packages that use AllSamplingOptAlignmentsGraphThread Package Description org.processmining.lpm.adjustedalignments -
-
Uses of AllSamplingOptAlignmentsGraphThread in org.processmining.lpm.adjustedalignments
Subclasses of AllSamplingOptAlignmentsGraphThread in org.processmining.lpm.adjustedalignments Modifier and Type Class Description static classAllSamplingOptAlignmentsGraphThread.CPUEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>CPU efficient variant of the Stubborn set implementationstatic classAllSamplingOptAlignmentsGraphThread.MemoryEfficient<H extends nl.tue.astar.Head,T extends nl.tue.astar.Tail>Memory efficient variant of the Stubborn set implementationMethods in org.processmining.lpm.adjustedalignments that return AllSamplingOptAlignmentsGraphThread Modifier and Type Method Description protected AllSamplingOptAlignmentsGraphThread<PHead,nl.tue.astar.impl.DijkstraTail>AllOptAlignmentsGraphSamplingAlg. getThread(MemoryEfficientAStarAlgorithm<PHead,nl.tue.astar.impl.DijkstraTail> aStar, PHead initial, nl.tue.astar.Trace trace, int maxNumOfStates)Since we only need samples, sorting may take place
-