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