setPredictType: Set the type of predictions the learner should return.
Description
Possible prediction types are: Classification: Labels or
class probabilities (including labels). Regression:
Numeric or response or standard errors (including numeric
response).Usage
setPredictType(learner, predict.type)
Value
[Learner
] with changed prediction
behaviour.See Also
setThreshold
to alter the threshold used
for prediction.