powered by
Get RunTime Sample
get_RT_sample(ds, ftarget, ...)# S3 method for DataSet get_RT_sample(ds, ftarget, output = "wide", ...)# S3 method for DataSetList get_RT_sample(ds, ftarget, algorithm = "all", ...)
# S3 method for DataSet get_RT_sample(ds, ftarget, output = "wide", ...)
# S3 method for DataSetList get_RT_sample(ds, ftarget, algorithm = "all", ...)
A data.table containing the runtime samples for each provided target function value
A DataSet or DataSetList object
A Numerical vector. Function values at which runtime values are consumed
Arguments passed to other methods
A character determining the format of output data.table: 'wide' or 'long'
DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider.
get_RT_sample(dsl, 14) get_RT_sample(dsl[[1]], 14)
Run the code above in your browser using DataLab