public class TreeDiscovery
extends java.lang.Object
| Constructor and Description |
|---|
TreeDiscovery() |
| Modifier and Type | Method and Description |
|---|---|
static void |
export(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree,
java.io.File file) |
static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree |
getEfficientTree(org.deckfour.xes.model.XLog inputLog,
DeDuplicatedLog deDuplicatedLog,
NLPLogUtilsParameters nlpParameters) |
static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree |
getFlowerTree(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier) |
static org.deckfour.xes.model.XLog |
loadLog(java.io.File file) |
static java.lang.String |
truncateLabelBack(java.lang.String newLabel) |
static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree |
undoDeDuplicationOnTree(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree input,
DeDuplicatedLog deDuplicatedLog) |
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree getFlowerTree(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier)
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree getEfficientTree(org.deckfour.xes.model.XLog inputLog,
DeDuplicatedLog deDuplicatedLog,
NLPLogUtilsParameters nlpParameters)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String truncateLabelBack(java.lang.String newLabel)
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree undoDeDuplicationOnTree(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree input,
DeDuplicatedLog deDuplicatedLog)
public static org.deckfour.xes.model.XLog loadLog(java.io.File file)
throws java.lang.Exception
java.lang.Exceptionpublic static void export(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree,
java.io.File file)
throws java.io.IOException
java.io.IOException