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