powered by
This provides an unaggregated version of the function `generate_data.ECDF`.
generate_data.ECDF_raw(dsList, targets, scale_log = F)
The DataSetList object
A list or data.table containing the targets per function / dimension. If this is a data.table, it needs columns 'target', 'DIM' and 'funcId'
Wheterh to use logarithmic scaling or not
data.table::setDTthreads(1) generate_data.ECDF_raw(subset(dsl, funcId == 1), c(10, 15, 16))
Run the code above in your browser using DataLab