Class IMTree
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.plugins.IMTree
-
public class IMTree extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IMTree()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EfficientTreemineTree(org.deckfour.xes.model.XLog log, MiningParameters parameters)EfficientTreemineTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)EfficientTreemineTreeParameters(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, MiningParameters parameters)
-
-
-
Method Detail
-
mineTree
public EfficientTree mineTree(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
-
mineTreeParameters
public EfficientTree mineTreeParameters(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, MiningParameters parameters)
-
mineTree
public static EfficientTree mineTree(org.deckfour.xes.model.XLog log, MiningParameters parameters)
-
-