| setAggregation {mlr} | R Documentation |
Set aggregation function of measure.
Description
Set how this measure will be aggregated after resampling. To see possible aggregation functions: aggregations.
Usage
setAggregation(measure, aggr)
Arguments
measure |
(Measure) |
aggr |
(Aggregation) |
Value
(Measure) with changed aggregation behaviour.
See Also
Other performance:
ConfusionMatrix,
calculateConfusionMatrix(),
calculateROCMeasures(),
estimateRelativeOverfitting(),
makeCostMeasure(),
makeCustomResampledMeasure(),
makeMeasure(),
measures,
performance(),
setMeasurePars()
[Package mlr version 2.19.2 Index]