Description Usage Arguments Value
The function computeDominatedHypervolume
computes the dominated
hypervolume of a set of points given a reference set whereby
computeHypervolumeContribution
computes the hypervolume contribution
of each point.
If no reference point is given the nadir point of the set x
is
determined and a positive offset with default 1 is added. This is to ensure
that the reference point dominates all of the points in the reference set.
1 2 3 | computeDominatedHypervolume(x, ref.point = NULL)
computeHypervolumeContribution(x, ref.point = NULL, offset = 1)
|
x |
[ |
ref.point |
[ |
offset |
[ |
[numeric(1)
] Dominated hypervolume in the case of
computeDominatedHypervolume
and the dominated hypervolume of a single
point in the case of computeHypervolumeContribution
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.