Class CutFinderIMf
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.mining.cuts.IMf.CutFinderIMf
-
-
Constructor Summary
Constructors Constructor Description CutFinderIMf()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DfgfilterNoise(Dfg dfg, float threshold)static IMLogInfofilterNoise(IMLogInfo logInfo, float threshold)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.
-
-