Class InductiveMiner
- java.lang.Object
-
- org.processmining.plugins.inductiveminer2.mining.InductiveMiner
-
public class InductiveMiner extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InductiveMiner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebug(java.lang.Object x, MinerState minerState)static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreefindBaseCases(IMLog log, IMLogInfo logInfo, MinerState minerState)static CutfindCut(IMLog log, IMLogInfo logInfo, java.lang.Iterable<CutFinder> cutFinders, MinerState minerState)static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreefindFallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreemineEfficientTree(IMLog log, MiningParameters parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)External users: please do not use this method but use the one in InductiveMinerPlugin.static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreemineNode(IMLog log, MinerState minerState)static IMLog[]splitLog(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)
-
-
-
Method Detail
-
mineEfficientTree
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree mineEfficientTree(IMLog log, MiningParameters parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)
External users: please do not use this method but use the one in InductiveMinerPlugin. That one will be kept stable, this one will not.- Parameters:
log-parameters-canceller-- Returns:
-
mineNode
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree mineNode(IMLog log, MinerState minerState)
-
findBaseCases
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree findBaseCases(IMLog log, IMLogInfo logInfo, MinerState minerState)
-
findCut
public static Cut findCut(IMLog log, IMLogInfo logInfo, java.lang.Iterable<CutFinder> cutFinders, MinerState minerState)
-
splitLog
public static IMLog[] splitLog(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)
-
findFallThrough
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree findFallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)
-
debug
public static void debug(java.lang.Object x, MinerState minerState)
-
-