View source: R/Task_operators.R
| getTaskFormula | R Documentation |
This is usually simply <target> ~ .
For multilabel it is <target_1> + ... + <target_k> ~.
getTaskFormula(
x,
target = getTaskTargetNames(x),
explicit.features = FALSE,
env = parent.frame()
)
x |
(Task | TaskDesc) |
target |
( |
explicit.features |
( |
env |
(environment) |
(formula).
Other task:
getTaskClassLevels(),
getTaskCosts(),
getTaskData(),
getTaskDesc(),
getTaskFeatureNames(),
getTaskId(),
getTaskNFeats(),
getTaskSize(),
getTaskTargetNames(),
getTaskTargets(),
getTaskType(),
subsetTask()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.