| getTaskTargetNames {mlr} | R Documentation |
Get the name(s) of the target column(s).
Description
NB: For multilabel, getTaskTargetNames and getTaskClassLevels actually return the same thing.
Usage
getTaskTargetNames(x)
Arguments
x |
Value
(character).
See Also
Other task:
getTaskClassLevels(),
getTaskCosts(),
getTaskData(),
getTaskDesc(),
getTaskFeatureNames(),
getTaskFormula(),
getTaskId(),
getTaskNFeats(),
getTaskSize(),
getTaskTargets(),
getTaskType(),
subsetTask()
[Package mlr version 2.19.2 Index]