public class TSMiner
extends java.lang.Object
| Constructor and Description |
|---|
TSMiner(org.processmining.framework.plugin.PluginContext context)
Creates a miner, given its context.
|
| Modifier and Type | Method and Description |
|---|---|
org.deckfour.xes.model.XLog |
filter(TSMinerInput settings,
TransitionSystem transitionSystem,
java.util.Collection<State> selectedStates,
java.util.Collection<Transition> selectedTransitions,
int treshold)
Creates a log based on the selected states and transitions together with
the settings as used for mining the transition system.
|
TSMinerOutput |
mine(TSMinerInput settings)
Mines a transition system according to the given settings.
|
public TSMiner(org.processmining.framework.plugin.PluginContext context)
context - public TSMinerOutput mine(TSMinerInput settings)
settings - The given settings, which includes the log to mine.public org.deckfour.xes.model.XLog filter(TSMinerInput settings, TransitionSystem transitionSystem, java.util.Collection<State> selectedStates, java.util.Collection<Transition> selectedTransitions, int treshold)
settings - Settings used for obtaining the transition system. Includes
the log to filter.transitionSystem - The transition system used to filter the log.selectedStates - The selected states.selectedTransitions - The selected transitions.filterOnAll - Whether a filtered trace covers all selected objects (true) or
any (false).