Description Usage Arguments Value See Also
View source: R/Measure_custom_resampled.R
Construct your own performance measure, used after resampling.
Note that individual training / test set performance values will be set to NA
, you
only calculate an aggregated value. If you can define a function that makes sense
for every single training / test set, implement your own Measure
.
1 2 3 4 |
measure.id |
[ |
aggregation.id |
[ |
minimize |
[ |
properties |
[ |
fun |
[
|
extra.args |
[ |
best |
[ |
worst |
[ |
measure.name |
[ |
aggregation.name |
[ |
note |
[ |
[Measure
].
Other performance: ConfusionMatrix
,
calculateConfusionMatrix
,
calculateROCMeasures
,
estimateRelativeOverfitting
,
makeCostMeasure
, makeMeasure
,
measures
, performance
,
setAggregation
,
setMeasurePars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.