generate_data.Aggr: Generate dataframe of a single function/dimension pair
Description
This function generates a dataframe which can be easily plotted using the `plot_general_data`-function
Usage
generate_data.Aggr(dsList, aggr_on = "funcId", targets = NULL, which = "by_RT")
Arguments
- dsList
The DataSetList object
- aggr_on
Which attribute to use for aggregation. Either 'funcId' or 'DIM'
- targets
Optional list of target values (Runtime or target value)
- which
Whether to use a fixed-target 'by_RT' perspective or fixed-budget 'by_FV'