generate_data.ECDF_raw: Generate dataframe of a the unaggregated values of individual...

generate_data.ECDF_rawR Documentation

Generate dataframe of a the unaggregated values of individual algorithms. Stripped-down version of

Description

This provides an unaggregated version of the function 'generate_data.ECDF'.

Usage

generate_data.ECDF_raw(dsList, targets, scale_log = F)

Arguments

dsList

The DataSetList object

targets

A list or data.table containing the targets per function / dimension. If this is a data.table, it needs columns 'target', 'DIM' and 'funcId'

scale_log

Wheterh to use logarithmic scaling or not

Examples


generate_data.ECDF_raw(subset(dsl, funcId == 1), c(10, 15, 16))

IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.