public class LocalSearchDiscovery
extends java.lang.Object
Constructor and Description |
---|
LocalSearchDiscovery() |
Modifier and Type | Method and Description |
---|---|
static org.processmining.plugins.etm.model.narytree.NAryTree |
discoverTree(org.deckfour.xes.model.XLog log) |
static org.processmining.plugins.etm.model.narytree.NAryTree |
discoverTree(org.deckfour.xes.model.XLog log,
boolean debug)
Special case of the local search miner is discovery
|
static org.processmining.plugins.etm.model.narytree.NAryTree |
discoverTreeDumb(org.deckfour.xes.model.XLog log) |
static org.processmining.plugins.etm.model.narytree.NAryTree |
discoverTreeDumb(org.deckfour.xes.model.XLog log,
boolean debug)
Special case of the local search miner is discovery
|
public static org.processmining.plugins.etm.model.narytree.NAryTree discoverTree(org.deckfour.xes.model.XLog log)
public static org.processmining.plugins.etm.model.narytree.NAryTree discoverTree(org.deckfour.xes.model.XLog log, boolean debug)
log
- debug
- whether to display the intermediate states on GUIpublic static org.processmining.plugins.etm.model.narytree.NAryTree discoverTreeDumb(org.deckfour.xes.model.XLog log)
public static org.processmining.plugins.etm.model.narytree.NAryTree discoverTreeDumb(org.deckfour.xes.model.XLog log, boolean debug)
log
- debug
- whether to display the intermediate states on GUI