View source: R/ResampleResult_operators.R
| getRRPredictionList | R Documentation |
This function creates a list with two slots train and test where
each slot is again a list of Prediction objects for each single
resample iteration.
In case that predict = "train" was used for the resample description
(see makeResampleDesc), the slot test will be NULL
and in case that predict = "test" was used, the slot train will be
NULL.
getRRPredictionList(res, ...)
res |
(ResampleResult) |
... |
(any) |
list.
Other resample:
ResamplePrediction,
ResampleResult,
addRRMeasure(),
getRRPredictions(),
getRRTaskDesc(),
getRRTaskDescription(),
makeResampleDesc(),
makeResampleInstance(),
resample()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.