Learn R Programming

mlr (version 2.3)

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

Description

Properties can be accessed with learner$properties, which returns a character vector.

Usage

setProperties(learner, props)

addProperties(learner, props)

removeProperties(learner, props)

hasProperties(learner, props)

Arguments

Value

setProperties, addProperties and removeProperties return an updated Learner. hasProperties returns a logical vector of the same length of props.

See Also

Other learner: Learner, makeLearner; getHyperPars; getParamSet; removeHyperPars; setHyperPars; setId; setPredictThreshold; setPredictType; showHyperPars