static org.processmining.log.models.EventLogArray |
ClusterOnPrechartAlgorithm.clusterOnPrechart(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
DiscoverContextRichLPMsParameters parameters) |
Sorts a given log into sublogs that each contain all traces with the same
prechart of length specified in the parameters.
|
static org.deckfour.xes.model.XLog |
WordFilteringAlgorithm.filterWords(org.deckfour.xes.model.XLog words,
org.deckfour.xes.model.XLog log,
DiscoverContextRichLPMsParameters parameters) |
Reads words from the first log calculating support for each word in the
second log, and returns a log that contains only the relevant words.
|
static org.deckfour.xes.model.XLog |
WordFilteringAlgorithm.filterWords(org.deckfour.xes.model.XLog words,
DiscoverContextRichLPMsParameters parameters) |
Reads the words from a log with support attributes on traces, and returns a
log that contains only the relevant words.
|
static org.deckfour.xes.model.XLog |
MineSupportedWordsAlgorithm.mineSupportedWords(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
DiscoverContextRichLPMsParameters parameters) |
Creates a log with traces that correspond to supported words in the input
log.
|