public class MainAlgorithm
extends java.lang.Object
Constructor and Description |
---|
MainAlgorithm() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
apply(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog probLog,
Parameters parameters)
Implements the main method of the plugin,
controls the flow of the whole mining process by starting the different steps (in dependency from the parameters).
|
public java.lang.Object[] apply(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog probLog, Parameters parameters)
context
- - The context in which the plugin runs.probLog
- - A log containing different event predictions as probability distributions, generated by a classification algorithmparameters
- - The parameters used in different parts of the plugin and provided by the user through the UI.