generate_data.EAF: Generate dataframe consisting of the levelsets of the EAF
Description
This function generates a dataframe which can be easily plotted using the `plot_eaf_data`-function
Usage
generate_data.EAF(
dsList,
n_sets = 11,
subsampling = 100,
scale_xlog = F,
xmin = "",
xmax = ""
)
Arguments
- dsList
The DataSetList object
- n_sets
The number of level sets to calculate
- subsampling
Level of subsampling to use for runtime-values (number of runtimes to consider).
Setting to 0 will make the calculations more precise at the cost of potentially much longer exectution times
- scale_xlog
Only has effect when `subsampling` is True. The scaling of the subsampled runtimes
When true, these are equally spaced in log-space, when false they are linearly spaced.
- xmin
Minimum runtime value
- xmax
Maximum runtime value
Examples
Run this codegenerate_data.EAF(subset(dsl, funcId == 1))
Run the code above in your browser using DataLab