Modifier and Type | Method and Description |
---|---|
org.processmining.processtree.ProcessTree |
GeneticAlgorithm.apply(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
GeneticParameters parameters,
ConfigurableProcessesResult confProcResults) |
static java.lang.Double |
ConformanceMetric.getNAryTreeConformance(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
GeneticParameters parameters,
org.deckfour.xes.classification.XEventClassifier classifier,
ConfigurableProcessesResult confProcResults) |
Constructor and Description |
---|
MaximizingConformanceInConfigurableProcessTreeFitnessFunction(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.processmining.processtree.ProcessTree tree,
GeneticParameters parameters,
GeneticAlgorithm problem) |
Modifier and Type | Method and Description |
---|---|
GeneticParameters |
GeneticConnection.getParameters() |
Constructor and Description |
---|
GeneticConnection(org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
org.processmining.processtree.ProcessTree output,
GeneticParameters parameters)
Create a connection.
|
Constructor and Description |
---|
GeneticDialog(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
GeneticParameters parameters)
The JPanel that allows the user to set (a subset of) the parameters.
|
Constructor and Description |
---|
GeneticParameters(GeneticParameters parameters) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
GeneticPlugin.run(org.processmining.framework.plugin.PluginContext context,
org.processmining.processtree.ProcessTree tree,
org.deckfour.xes.model.XLog log,
GeneticParameters parameters)
The plug-in variant that runs in any context and requires a parameters.
|