makeCostSensTask | R Documentation |
Create a cost-sensitive classification task.
makeCostSensTask(
id = deparse(substitute(data)),
data,
costs,
blocking = NULL,
coordinates = NULL,
fixup.data = "warn",
check.data = TRUE
)
id |
( |
data |
(data.frame) |
costs |
(data.frame) |
blocking |
(factor) |
coordinates |
(data.frame) |
fixup.data |
( |
check.data |
( |
Task ClassifTask ClusterTask MultilabelTask RegrTask SurvTask
Other costsens:
makeCostSensClassifWrapper()
,
makeCostSensRegrWrapper()
,
makeCostSensWeightedPairsWrapper()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.