aggregation.apply: apply aggregation function

Description Usage Arguments Value Examples

Description

do aggregation and return a new data table. the groupby columns must include problem and algorithm

Usage

1
aggregation.apply(groupby, aggfun, aggcol, dt)

Arguments

groupby

the list of columns name that will be grouped

aggfun

the function to aggregate with

aggcol

the list of columns name that will be aggregated

dt

the input dataframe

Value

a dataframe

Examples

1
aggregation.apply(groupby= c("problem", "algorithm"), aggfun= c("mean"), aggcol= c("measure.mmce.test.mean", "measure.ber.test.mean"), dt= mlr.benchmark.example)

collinleiber/benchmarkVis documentation built on May 28, 2019, 8:23 a.m.