mlr (version 2.10)

addRRMeasure: Compute new measures for existing ResampleResult

Description

Adds new measures to an existing ResampleResult.

Usage

addRRMeasure(res, measures)

Arguments

res
[ResampleResult] The result of resample run with keep.pred = TRUE.
measures
[Measure | list of Measure] Performance measure(s) to evaluate. Default is the default measure for the task, see here getDefaultMeasure.

Value

[ResampleResult].

See Also

Other resample: ResamplePrediction, ResampleResult, getRRPredictionList, getRRPredictions, getRRTaskDescription, makeResampleDesc, makeResampleInstance, resample