Class CutFinderIMConcurrentWithMinimumSelfDistance
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.mining.cuts.IM.CutFinderIMConcurrentWithMinimumSelfDistance
-
-
Constructor Summary
Constructors Constructor Description CutFinderIMConcurrentWithMinimumSelfDistance()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CutfindCut(IMLog log, IMLogInfo logInfo, MinerState minerState)Returns a cut, or null if none found.static CutfindCutImpl(IMLog log, IMLogInfo logInfo, MinerState minerState)
-
-
-
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.
-
findCutImpl
public static Cut findCutImpl(IMLog log, IMLogInfo logInfo, MinerState minerState)
-
-