getTaskFeatureNames {mlr} | R Documentation |
Get feature names of task.
Description
Target column name is not included.
Usage
getTaskFeatureNames(task)
Arguments
task |
(Task) |
Value
(character).
See Also
Other task:
getTaskClassLevels()
,
getTaskCosts()
,
getTaskData()
,
getTaskDesc()
,
getTaskFormula()
,
getTaskId()
,
getTaskNFeats()
,
getTaskSize()
,
getTaskTargetNames()
,
getTaskTargets()
,
getTaskType()
,
subsetTask()
[Package mlr version 2.19.2 Index]