powered by
This function uses EAF-data to calculate a target-independent version of the ECDF
generate_data.ECDF_From_EAF( eaf_table, min_val, max_val, maximization = F, scale_log = F, normalize = T )
Datatable resulting from the `generate_data.EAF` function
Minimum value to use for y-space
Maximum value to use for y-space
Whether the data resulted from maximization or not
Whether to use logarithmic scaling in y-space before calculating the partial integral
Whether to normalize the resulting integrals to [0,1] (Based on `min_val` and `max_va`)
data.table::setDTthreads(1) generate_data.ECDF_From_EAF(generate_data.EAF(subset(dsl, funcId == 1)), 1, 16, maximization = TRUE)
Run the code above in your browser using DataLab