makeMultilabelTask | R Documentation |
Create a multilabel task.
makeMultilabelTask(
id = deparse(substitute(data)),
data,
target,
weights = NULL,
blocking = NULL,
coordinates = NULL,
fixup.data = "warn",
check.data = TRUE
)
id |
( |
data |
(data.frame) |
target |
( |
weights |
(numeric) |
blocking |
(factor) |
coordinates |
(data.frame) |
fixup.data |
( |
check.data |
( |
For multilabel classification we assume that the presence of labels is encoded via logical
columns in data
. The name of the column specifies the name of the label. target
is then a char vector that points to these columns.
For multilabel classification we assume that the presence of labels is encoded via logical
columns in data
. The name of the column specifies the name of the label. target
is then a char vector that points to these columns.
Task ClassifTask ClusterTask CostSensTask RegrTask SurvTask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.