Modifier and Type | Method and Description |
---|---|
ETMLiveListener.ListernerList<ParetoFront> |
ETMPareto.getListenerList() |
ETMParamAbstract<ParetoFront> |
ETMPareto.getParams() |
Modifier and Type | Method and Description |
---|---|
ParetoFront |
ParetoEngine.getParetoFront() |
Modifier and Type | Method and Description |
---|---|
static NAryTree |
ThesisExperimentProcessor.getTreeWithBestOf(ParetoFront pf,
java.util.HashMap<TreeFitnessInfo,java.lang.Double> weights)
Returns the tree with the best overall fitness, using the given weights
|
Modifier and Type | Field and Description |
---|---|
protected ParetoFront |
ParetoFitnessEvaluator.paretoFront |
Modifier and Type | Method and Description |
---|---|
ParetoFront |
ParetoFitnessEvaluator.getParetoFront() |
Modifier and Type | Method and Description |
---|---|
static double |
ParetoFitnessEvaluator.getRelativeDistance(ParetoFront paretoFront,
NAryTree tree)
Returns the relative distance of the given tree to that of its neighbours
in the Pareto front.
|
void |
ParetoFitnessEvaluator.setParetoFront(ParetoFront paretoFront) |
Constructor and Description |
---|
ParetoFitnessEvaluator(CentralRegistry registry,
ParetoFront paretoFront)
Constructs a new
ParetoFitnessEvaluator instance that can be used
directly to evaluate the Pareto fitness. |
Modifier and Type | Method and Description |
---|---|
ParetoFront |
ParetoFront.getFilteredFront(java.util.HashMap<TreeFitnessInfo,java.lang.Double> upperLimits,
java.util.HashMap<TreeFitnessInfo,java.lang.Double> lowerLimits)
Returns a Pareto front instance with only those members that are
currently in this Pareto front and are in between the provided limits.
|
ParetoFront |
ParetoFront.getFrontForDimensions(TreeFitnessInfo[] dimensions)
Returns a Pareto Front instance with only those members that are
currently in this Pareto front that also form a Pareto Front on a subset
of these dimensions.
|
Modifier and Type | Method and Description |
---|---|
ParetoFront |
ParetoFrontImport.importParetoFront(java.io.InputStream input,
TreeFitnessInfo[] fitnessMetrics)
Imports a pareto front without needing a context, in return, we need a
list of known fitness metrics...
|
Modifier and Type | Method and Description |
---|---|
static void |
ParetoFrontExport.export(ParetoFront front,
java.io.File file)
Writes the pareto front to file, the result of a call to
ParetoFrontExport.exportToString(ParetoFront) . |
static void |
ParetoFrontExport.export(org.processmining.framework.plugin.PluginContext context,
ParetoFront front,
java.io.File file)
Exports the given workshop model to the given file.
|
static java.lang.String |
ParetoFrontExport.exportToString(ParetoFront front)
Returns a string representation of the front as it will/should be written
to file
|
Modifier and Type | Method and Description |
---|---|
static ParetoFront |
ETMParetoPlugin.ETMParetoNoSeed(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog eventlog) |
static ParetoFront |
ETMParetoPlugin.ETMParetoWithSeed(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog eventlog,
org.processmining.processtree.ProcessTree... trees) |
Modifier and Type | Field and Description |
---|---|
protected ParetoFront |
ParetoVisualization.paretoFront
The
ParetoFront we're showing. |
protected ParetoFront |
TwoDimDotPlot.paretoFront
Reference to the Pareto Front object
|
Modifier and Type | Method and Description |
---|---|
void |
LiveETMParetoVisualization.generationFinished(ParetoFront result) |
static void |
GenericDotPlotChart.updateData(org.jfree.chart.ChartPanel panel,
ParetoFront paretoFront,
TreeFitnessInfo xDim,
TreeFitnessInfo yDim)
Updates the dot plot with the provided pareto front
|
static void |
GenericDotPlotChart.updateData(org.jfree.chart.ChartPanel panel,
ParetoFront paretoFront,
TreeFitnessInfo xDim,
TreeFitnessInfo yDim,
TreeFitnessInfo zDim)
Updates the dot plot with the provided pareto front
|
static javax.swing.JComponent |
ParetoVisualization.visualize(org.processmining.framework.plugin.PluginContext context,
ParetoFront paretoFront) |