approximateRefPoints {ecr} | R Documentation |
Helper function to estimate reference points.
Description
E.g., for calculation of dominated hypervolume.
Usage
approximateRefPoints(df, obj.cols = c("f1", "f2"), offset = 0, as.df = FALSE)
Arguments
df |
[ |
obj.cols |
[ |
offset |
[ |
as.df |
[ |
Value
[list
| data.frame
]
See Also
Other EMOA performance assessment tools:
approximateNadirPoint()
,
approximateRefSets()
,
computeDominanceRanking()
,
emoaIndEps()
,
makeEMOAIndicator()
,
niceCellFormater()
,
normalize()
,
plotDistribution()
,
plotFront()
,
plotScatter2d()
,
plotScatter3d()
,
toLatex()