Modifier and Type | Field and Description |
---|---|
protected ETMParam |
ETM.params |
Constructor and Description |
---|
ETM(ETMParam parameters)
Instantiate the ETM algorithm with the provided parameters.
|
Constructor and Description |
---|
TreeEvolutionEngine(ETMParam param) |
Modifier and Type | Method and Description |
---|---|
ETMParam |
CommandLineInterface.buildETMParam(java.lang.String loggingPath,
org.deckfour.xes.model.XLog[] logs) |
Modifier and Type | Class and Description |
---|---|
class |
ETMParamConfigurable
This parameter object is special for mining process trees with
configurations, and is thus suited for multiple event logs.
|
Modifier and Type | Method and Description |
---|---|
static ETMParam |
ETMParamFactory.buildParam(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 ETMParam |
ETMParamFactory.buildParam(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 fitnessLimit,
double maxFTime,
double peWeight,
double geWeight,
double sdWeight,
NAryTree[] seed,
double simWeight)
Instantiates a parameter instance while requesting only 'high level'
information and creating the most common termination conditions, fitness
evaluator(s), evolutionary operators and observers.
|
static ETMParam |
ETMParamFactory.buildStandardParam(org.deckfour.xes.model.XLog eventlog)
Constructs a standardized instance of the parameter object using all
public constants defined in this class.
|
static ETMParam |
ETMParamFactory.buildStandardParam(org.deckfour.xes.model.XLog eventlog,
org.processmining.framework.plugin.PluginContext context)
Constructs a standardized instance of the parameter object using all
public constants defined in this class.
|
static ETMParam |
ETMParamFactory.buildStandardParamConfigurable(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog[] logs) |
ETMParam |
ETMParamSimple.createETMParams() |
Modifier and Type | Method and Description |
---|---|
static org.processmining.processtree.ProcessTree |
ETMwithoutGUI.minePTWithParameters(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog eventlog,
org.deckfour.xes.classification.XEventClassifier classifier,
ETMParam param) |
org.processmining.processtree.ProcessTree |
ETMPlugin.withoutSeedParams(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog eventlog,
ETMParam params) |
org.processmining.processtree.ProcessTree |
ETMPlugin.withSeedParams(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog eventlog,
ETMParam params,
org.processmining.processtree.ProcessTree... trees) |