checkPredictLearnerOutput {mlr} | R Documentation |
Check output returned by predictLearner.
Description
Check the output coming from a Learner's internal
predictLearner
function.
This function is for internal use.
Usage
checkPredictLearnerOutput(learner, model, p)
Arguments
learner |
(Learner) |
model |
(WrappedModel)] |
p |
(any) |
Value
(any). A sanitized version of p
.
[Package mlr version 2.19.2 Index]