Specify your own aggregation of measures.
This is an advanced feature of mlr. It gives access to some inner workings so the result might not be compatible with everything!
makeAggregation(id, name = id, properties, fun)
id |
( |
name |
( |
properties |
(character)
|
fun |
(
|
(Aggregation).
# computes the interquartile range on all performance values test.iqr = makeAggregation( id = "test.iqr", name = "Test set interquartile range", properties = "req.test", fun = function(task, perf.test, perf.train, measure, group, pred) IQR(perf.test) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.