Create a multilabel task.
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.