checkLearner {mlr} | R Documentation |
Exported for internal use only.
Description
Exported for internal use only.
Usage
checkLearner(learner, type = NULL, props = NULL)
Arguments
learner |
(Learner | character(1) )
The learner to check, or the name of the learner to create
|
type |
(character(1) )
What type of learner to require.
|
props |
(character(1) )
What properties to require.
|
[Package
mlr version 2.19.2
Index]