Description Dictionary Super classes Methods
A simple LearnerMultioutput which assigns first n observations to Multioutputer 1,
second n observations to Multioutputer 2, and so on.
Hyperparameter num.Multioutputers
controls the number of Multioutputers.
This Learner can be instantiated via the dictionary mlr_learners or with the associated sugar function lrn()
:
1 2 | mlr_learners$get("Multioutput.featureless")
lrn("Multioutput.featureless")
|
mlr3::Learner
-> mlr3multioutput::LearnerMultioutput
-> LearnerMultioutputFeatureless
new()
Creates a new instance of this R6 class.
LearnerMultioutputFeatureless$new()
clone()
The objects of this class are cloneable with this method.
LearnerMultioutputFeatureless$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.