approximateRefSets {ecr} | R Documentation |
Helper function to estimate reference set(s).
Description
The function takes an data frame with columns at least
specified by obj.cols
and “prob”. The reference set for
each unique problem in column “prob” is then obtained by
combining all approximation sets generated by all considered algorithms
for the corresponding problem and filtering the non-dominated solutions.
Usage
approximateRefSets(df, obj.cols, as.df = FALSE)
Arguments
df |
[ |
obj.cols |
[ |
as.df |
[ |
Value
[list
| data.frame
] Named list of matrizes
(names are the problems) or data frame with columns obj.cols
and “prob”.
See Also
Other EMOA performance assessment tools:
approximateNadirPoint()
,
approximateRefPoints()
,
computeDominanceRanking()
,
emoaIndEps()
,
makeEMOAIndicator()
,
niceCellFormater()
,
normalize()
,
plotDistribution()
,
plotFront()
,
plotScatter2d()
,
plotScatter3d()
,
toLatex()