makeClassifTask | R Documentation |
Create a classification task.
makeClassifTask(
id = deparse(substitute(data)),
data,
target,
weights = NULL,
blocking = NULL,
coordinates = NULL,
positive = NA_character_,
fixup.data = "warn",
check.data = TRUE
)
id |
( |
data |
(data.frame) |
target |
( |
weights |
(numeric) |
blocking |
(factor) |
coordinates |
(data.frame) |
positive |
( |
fixup.data |
( |
check.data |
( |
Task CostSensTask ClusterTask MultilabelTask RegrTask SurvTask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.