mlr (version 2.19.0)

setAggregation: 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)

Value

(Measure) with changed aggregation behaviour.

Arguments

measure

(Measure)
Performance measure.

aggr

(Aggregation)
Aggregation function.

See Also

Other performance: ConfusionMatrix, calculateConfusionMatrix(), calculateROCMeasures(), estimateRelativeOverfitting(), makeCostMeasure(), makeCustomResampledMeasure(), makeMeasure(), measures, performance(), setMeasurePars()