View source: R/Measure_make_cost.R
makeCostMeasure | R Documentation |
Creates a cost measure for non-standard classification error costs.
makeCostMeasure(
id = "costs",
minimize = TRUE,
costs,
combine = mean,
best = NULL,
worst = NULL,
name = id,
note = ""
)
id |
( |
minimize |
( |
costs |
(matrix) |
combine |
( |
best |
( |
worst |
( |
name |
(character) |
note |
(character) |
Measure.
Other performance:
ConfusionMatrix
,
calculateConfusionMatrix()
,
calculateROCMeasures()
,
estimateRelativeOverfitting()
,
makeCustomResampledMeasure()
,
makeMeasure()
,
measures
,
performance()
,
setAggregation()
,
setMeasurePars()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.