Compute new measures for existing ResampleResult
Source:R/ResampleResult_operators.R
addRRMeasure.Rd
Adds new measures to an existing ResampleResult
.
Arguments
- res
(ResampleResult)
The result of resample run withkeep.pred = TRUE
.- measures
(Measure | list of Measure)
Performance measure(s) to evaluate. Default is the default measure for the task, see here getDefaultMeasure.
See also
Other resample:
ResamplePrediction
,
ResampleResult
,
getRRPredictionList()
,
getRRPredictions()
,
getRRTaskDescription()
,
getRRTaskDesc()
,
makeResampleDesc()
,
makeResampleInstance()
,
resample()