public class InductiveMiner
extends java.lang.Object
Constructor and Description |
---|
InductiveMiner() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(java.lang.Object x,
MinerState minerState) |
static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree |
findBaseCases(IMLog log,
IMLogInfo logInfo,
MinerState minerState) |
static Cut |
findCut(IMLog log,
IMLogInfo logInfo,
java.lang.Iterable<CutFinder> cutFinders,
MinerState minerState) |
static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree |
findFallThrough(IMLog log,
IMLogInfo logInfo,
MinerState minerState) |
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.
|
static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree |
mineNode(IMLog log,
MinerState minerState) |
static IMLog[] |
splitLog(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState) |
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree mineEfficientTree(IMLog log, MiningParameters parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)
log
- parameters
- canceller
- public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree mineNode(IMLog log, MinerState minerState)
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree findBaseCases(IMLog log, IMLogInfo logInfo, MinerState minerState)
public static Cut findCut(IMLog log, IMLogInfo logInfo, java.lang.Iterable<CutFinder> cutFinders, MinerState minerState)
public static IMLog[] splitLog(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree findFallThrough(IMLog log, IMLogInfo logInfo, MinerState minerState)
public static void debug(java.lang.Object x, MinerState minerState)