getter,learn.task-method(mlr)R Documentation

Getter for learn.task

Description

Getter.

Arguments

x learn.task object
i [character]
target.name
The name of the target variable.
target.col
The column number of the target variable.
targets
If j is missing all target values are returned. Otherwise they are indexed by j.
input.names
The names of the input variables.
j [integer]
See above, i == "targets".

[Package mlr version 0.3.180 Index]