Modifier and Type | Method and Description |
---|---|
ETMParamAbstract<NAryTree> |
ETM.getParams() |
abstract ETMParamAbstract<R> |
ETMAbstract.getParams() |
ETMParamAbstract<ParetoFront> |
ETMPareto.getParams() |
Modifier and Type | Field and Description |
---|---|
protected ETMParamAbstract<R> |
LoggingEvolutionEngine.params |
Modifier and Type | Method and Description |
---|---|
void |
LoggingEvolutionEngine.setParameterObject(ETMParamAbstract<R> params)
Gives the engine a reference to the parameter object if not done so
already in the constructor
|
Constructor and Description |
---|
LoggingEvolutionEngine(ETMParamAbstract<R> params) |
Modifier and Type | Field and Description |
---|---|
protected ETMParamAbstract |
TreeFitnessAbstract.TreeFitnessGUISettingsAbstract.param |
Modifier and Type | Method and Description |
---|---|
static TreeFitnessAbstract.TreeFitnessGUISettingsAbstract<? extends TreeFitnessAbstract> |
TreeFitnessAbstract.getGUISettingsPanel(ETMParamAbstract param)
Returns a GUI settings instance for this fitness metric.
|
Constructor and Description |
---|
TreeFitnessGUISettingsAbstract(ETMParamAbstract param) |
TreeFitnessGUISettingsEmpty(ETMParamAbstract param) |
Modifier and Type | Method and Description |
---|---|
static EditDistanceWrapperRTEDAbsolute.EditDistanceWrapperRTEDAbsoluteGUI |
EditDistanceWrapperRTEDAbsolute.getGUISettingsPanel(ETMParamAbstract param) |
static FitnessReplay.FitnessReplayGUI |
FitnessReplay.getGUISettingsPanel(ETMParamAbstract param) |
OverallFitness |
ConfigurationFitness.ConfigurationFitnessGUI.getTreeFitnessInstance(ETMParamAbstract param) |
OverallFitness |
OverallFitness.OverallFitnessGUI.getTreeFitnessInstance(ETMParamAbstract param) |
Constructor and Description |
---|
ConfigurationFitnessGUI(ETMParamAbstract param,
org.processmining.framework.plugin.PluginContext context) |
EditDistanceWrapperRTEDAbsoluteGUI(ETMParamAbstract param) |
FitnessReplayGUI(ETMParamAbstract param) |
OverallFitnessGUI(ETMParamAbstract param,
org.processmining.framework.plugin.PluginContext context) |
Constructor and Description |
---|
StatisticsLogger(ETMParamAbstract params) |
Modifier and Type | Class and Description |
---|---|
class |
ETMParam
Parameter class for the
ETM algorithm. |
class |
ETMParamConfigurable
This parameter object is special for mining process trees with
configurations, and is thus suited for multiple event logs.
|
class |
ETMParamPareto
Parameter class for the
ETMPareto algorithm. |
class |
ETMParamParetoConfigurable
ETM Parameter object for the Pareto ETM engine specifically for the
configuration mining setting.
|
Modifier and Type | Method and Description |
---|---|
static void |
ETMParamFactory.addOrReplaceTerminationCondition(ETMParamAbstract params,
TerminationCondition condition)
Add the given termination condition to the provided param object and
makes sure that no other instance of this particular class exists in the
list of termination conditions.
|
static java.util.List<TreeFitnessInfo> |
ETMParamFactory.extractConsideredDimensions(ETMParamAbstract params)
Extracts all considered dimensions from the current evaluator of the
provided parameter object
|
static TerminationCondition |
ETMParamFactory.getTerminationCondition(ETMParamAbstract param,
java.lang.Class<? extends TerminationCondition> condition)
Returns an instance of the termination condition, if present in the
provided param object.
|
static void |
ETMParamFactory.removeTerminationConditionIfExists(ETMParamAbstract param,
java.lang.Class<? extends TerminationCondition> clazz) |
Modifier and Type | Method and Description |
---|---|
static <P extends ETMParamAbstract> |
ETMParameterWizard.getExistingParamObject(org.processmining.framework.plugin.PluginContext context,
java.lang.Class<P> paramClass)
Returns an existing ETMParam object in the context or NULL if none such
exists.
|
Modifier and Type | Method and Description |
---|---|
static <R> ETMParamAbstract<R> |
ETMParameterWizard.apply(org.processmining.contexts.uitopia.UIPluginContext context,
ETMParamAbstract<R> params)
This method uses a GUI wizard, shown in the context, to allow the user to
inspect and update the parameters for the ETM algorithm.
|
Modifier and Type | Method and Description |
---|---|
static <R> ETMParamAbstract<R> |
ETMParameterWizard.apply(org.processmining.contexts.uitopia.UIPluginContext context,
ETMParamAbstract<R> params)
This method uses a GUI wizard, shown in the context, to allow the user to
inspect and update the parameters for the ETM algorithm.
|