Description Usage Arguments Value See Also Examples
View source: R/Task_operators.R
See title.
1 | subsetTask(task, subset = NULL, features)
|
task |
[ |
subset |
[ |
features |
[ |
[Task
]. Task with subsetted data.
Other task: getTaskClassLevels
,
getTaskCosts
, getTaskData
,
getTaskDesc
,
getTaskFeatureNames
,
getTaskFormula
, getTaskId
,
getTaskNFeats
, getTaskSize
,
getTaskTargetNames
,
getTaskTargets
, getTaskType
1 2 | task = makeClassifTask(data = iris, target = "Species")
subsetTask(task, subset = 1:100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.