getTaskType {mlr} | R Documentation |
Get the type of the task.
Description
See title.
Usage
getTaskType(x)
Arguments
x |
Value
(character(1)
).
See Also
Other task:
getTaskClassLevels()
,
getTaskCosts()
,
getTaskData()
,
getTaskDesc()
,
getTaskFeatureNames()
,
getTaskFormula()
,
getTaskId()
,
getTaskNFeats()
,
getTaskSize()
,
getTaskTargetNames()
,
getTaskTargets()
,
subsetTask()
[Package mlr version 2.19.2 Index]