Learn R Programming

mlr (version 2.7)

LearnerProperties: Set, add, remove or query properties of learners

Description

Properties can be accessed with getLearnerProperties(learner), which returns a character vector.

Usage

getLearnerProperties(learner)

hasLearnerProperties(learner, props)

Arguments

Value

getLearnerProperties returns a character vector with learner properties. hasLearnerProperties returns a logical vector of the same length as props.

See Also

Other learner: getClassWeightParam, getHyperPars, getParamSet, makeLearner, removeHyperPars, setHyperPars, setId, setPredictThreshold, setPredictType