Adds new measures to an existing ResampleResult
.
addRRMeasure(res, measures)
(ResampleResult)
The result of resample run with keep.pred = TRUE
.
(Measure | list of Measure) Performance measure(s) to evaluate. Default is the default measure for the task, see here getDefaultMeasure.
Other resample:
ResamplePrediction
,
ResampleResult
,
getRRPredictionList()
,
getRRPredictions()
,
getRRTaskDescription()
,
getRRTaskDesc()
,
makeResampleDesc()
,
makeResampleInstance()
,
resample()