naiveHoldoutDomHV: Naive Hypervolume on Holdout Data

View source: R/utils.R

naiveHoldoutDomHVR Documentation

Naive Hypervolume on Holdout Data

Description

Calculate dominated hypervolume on holdout data. The result is biased depending on noise in holdout data performance.

Usage

naiveHoldoutDomHV(fitness, holdout, refpoint)

Arguments

fitness

[matrix] fitness matrix of training data.

holdout

[matrix] fitness matrix of holdout data.

refpoint

[numeric] reference point.

Value

numeric


mosmafs documentation built on Nov. 3, 2022, 1:05 a.m.