Learn R Programming

mlr (version 1.1-18)

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)

Arguments

Value

[Learner] with changed prediction behaviour.

See Also

setThreshold to alter the threshold used for prediction.