Class CutFinderIMaInterleaved
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.mining.cuts.IMa.CutFinderIMaInterleaved
-
-
Constructor Summary
Constructors Constructor Description CutFinderIMaInterleaved()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CutfindCut(IMLog log, IMLogInfo logInfo, Dfg dfg, boolean preserveFitness)CutfindCut(IMLog log, IMLogInfo logInfo, MinerState minerState)Returns a cut, or null if none found.
-
-
-
Method Detail
-
findCut
public Cut findCut(IMLog log, IMLogInfo logInfo, MinerState minerState)
Description copied from interface:CutFinderReturns a cut, or null if none found. Must be thread-safe and static, i.e, no side-effects allowed.
-
-