| helpLearnerParam {mlr} | R Documentation |
Get specific help for a learner's parameters.
Description
Print the description of parameters of a given learner. The description is automatically extracted from the help pages of the learner, so it may be incomplete.
Usage
helpLearnerParam(learner, param = NULL)
Arguments
learner |
(Learner | |
param |
( |
See Also
Other learner:
LearnerProperties,
getClassWeightParam(),
getHyperPars(),
getLearnerId(),
getLearnerNote(),
getLearnerPackages(),
getLearnerParVals(),
getLearnerParamSet(),
getLearnerPredictType(),
getLearnerShortName(),
getLearnerType(),
getParamSet(),
helpLearner(),
makeLearner(),
makeLearners(),
removeHyperPars(),
setHyperPars(),
setId(),
setLearnerId(),
setPredictThreshold(),
setPredictType()
Other help:
helpLearner()