mosmafs (version 0.1.2)

unbiasedHoldoutDomHV: Unbiased Dominated Hypervolume on Holdout Data

Description

Calculate dominated hypervolume on holdout data. The result is unbiased with respect to (uncorrelated with respect to objectives) noise in holdout data performance, but it is not an estimate of real "dominated hypervolume".

Only works on two-objective performance matrices.

Usage

unbiasedHoldoutDomHV(fitness, holdout, refpoint)

Value

numeric

Arguments

fitness

[matrix] fitness matrix of training data.

holdout

[matrix] fitness matrix of holdout data.

refpoint

[numeric] reference point.