Modifier and Type | Field and Description |
---|---|
protected ETMParamPareto |
ETMPareto.params |
Constructor and Description |
---|
ETMPareto(ETMParamPareto parameters)
Instantiate the ETM Pareto algorithm with the provided parameters.
|
ETMPareto(ETMParamPareto parameters,
org.processmining.framework.providedobjects.ProvidedObjectManager manager)
Instantiate the ETM Pareto algorithm with the provided parameters.
|
Constructor and Description |
---|
ParetoEngine(ETMParamPareto params) |
Modifier and Type | Method and Description |
---|---|
ETMParamPareto |
CommandLineInterface.buildETMParetoParam(java.lang.String loggingPath,
org.deckfour.xes.model.XLog log) |
ETMParamPareto |
CommandLineInterface.buildETMParetoParam(java.lang.String loggingPath,
org.deckfour.xes.model.XLog[] log) |
Modifier and Type | Field and Description |
---|---|
protected ETMParamPareto |
ParetoFitnessEvaluator.ParetoFitnessEvaluatorGUI.param |
Modifier and Type | Method and Description |
---|---|
OverallFitness |
ParetoFitnessEvaluator.ParetoFitnessEvaluatorGUI.getTreeFitnessInstance(ETMParamPareto param)
Note that this function returns only the
OverallFitness
instance but also sets the specific Pareto fitness evaluator in the
param object! |
Constructor and Description |
---|
ParetoFitnessEvaluatorGUI(ETMParamPareto param,
org.processmining.framework.plugin.PluginContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ETMParamParetoConfigurable
ETM Parameter object for the Pareto ETM engine specifically for the
configuration mining setting.
|
Modifier and Type | Method and Description |
---|---|
static ETMParamPareto |
ETMParamFactory.buildETMParamPareto(org.deckfour.xes.model.XLog eventlog,
org.processmining.framework.plugin.PluginContext context,
int popSize,
int eliteSize,
int nrRandomTrees,
double crossOverChance,
double chanceOfRandomMutation,
boolean preventDuplicates,
int maxGen,
double targetFitness,
double frWeight,
double maxF,
double maxFTime,
double peWeight,
double geWeight,
double sdWeight) |
static ETMParamPareto |
ETMParamFactory.buildETMParamPareto(org.deckfour.xes.model.XLog eventlog,
org.processmining.framework.plugin.PluginContext context,
int popSize,
int eliteSize,
int nrRandomTrees,
double crossOverChance,
double chanceOfRandomMutation,
boolean preventDuplicates,
int maxGen,
double targetFitness,
double frWeight,
double maxF,
double maxFTime,
double peWeight,
double geWeight,
double sdWeight,
NAryTree[] seed,
double simWeight) |