mlr_learners_multioutput.featureless: Featureless Multioutput Learner

Description Dictionary Super classes Methods

Description

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.

Dictionary

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")

Super classes

mlr3::Learner -> mlr3multioutput::LearnerMultioutput -> LearnerMultioutputFeatureless

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
LearnerMultioutputFeatureless$new()

Method clone()

The objects of this class are cloneable with this method.

Usage
LearnerMultioutputFeatureless$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


mlr-org/mlr3multioutput documentation built on Nov. 22, 2020, 1:17 p.m.