| getLearnerPredictType {mlr} | R Documentation |
Get the predict type of the learner.
Description
Get the predict type of the learner.
Usage
getLearnerPredictType(learner)
Arguments
learner |
(Learner | |
Value
(character(1)).
See Also
Other learner:
LearnerProperties,
getClassWeightParam(),
getHyperPars(),
getLearnerId(),
getLearnerNote(),
getLearnerPackages(),
getLearnerParVals(),
getLearnerParamSet(),
getLearnerShortName(),
getLearnerType(),
getParamSet(),
helpLearner(),
helpLearnerParam(),
makeLearner(),
makeLearners(),
removeHyperPars(),
setHyperPars(),
setId(),
setLearnerId(),
setPredictThreshold(),
setPredictType()
[Package mlr version 2.19.2 Index]