View source: R/PA.EMOA.normalize.R
normalize | R Documentation |
Normalization is done by subtracting the min.value
for each dimension
and dividing by the difference max.value - min.value
for each dimension
Certain EMOA indicators require all elements to be strictly positive. Hence, an optional
offset
is added to each element which defaults to zero.
normalize(x, obj.cols, min.value = NULL, max.value = NULL, offset = NULL)
x |
[ |
obj.cols |
[ |
min.value |
[ |
max.value |
[ |
offset |
[ |
[matrix
| data.frame
]
In case a data.frame is passed and a “prob” column exists, normalization is performed for each unique element of the “prob” column independently (if existent).
Other EMOA performance assessment tools:
approximateNadirPoint()
,
approximateRefPoints()
,
approximateRefSets()
,
computeDominanceRanking()
,
emoaIndEps()
,
makeEMOAIndicator()
,
niceCellFormater()
,
plotDistribution()
,
plotFront()
,
plotScatter2d()
,
plotScatter3d()
,
toLatex()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.