helpLearner {mlr} | R Documentation |
Access help page of learner functions.
Description
Interactive function that gives the user quick access to the help pages associated with various functions involved in the given learner.
Usage
helpLearner(learner)
Arguments
learner |
(Learner | |
See Also
Other learner:
LearnerProperties
,
getClassWeightParam()
,
getHyperPars()
,
getLearnerId()
,
getLearnerNote()
,
getLearnerPackages()
,
getLearnerParVals()
,
getLearnerParamSet()
,
getLearnerPredictType()
,
getLearnerShortName()
,
getLearnerType()
,
getParamSet()
,
helpLearnerParam()
,
makeLearner()
,
makeLearners()
,
removeHyperPars()
,
setHyperPars()
,
setId()
,
setLearnerId()
,
setPredictThreshold()
,
setPredictType()
Other help:
helpLearnerParam()
[Package mlr version 2.19.2 Index]