get_RT_sample {IOHanalyzer} | R Documentation |
Get RunTime Sample
Description
Get RunTime Sample
Usage
get_RT_sample(ds, ftarget, ...)
## S3 method for class 'DataSet'
get_RT_sample(ds, ftarget, output = "wide", ...)
## S3 method for class 'DataSetList'
get_RT_sample(ds, ftarget, algorithm = "all", ...)
Arguments
ds |
A DataSet or DataSetList object |
ftarget |
A Numerical vector. Function values at which runtime values are consumed |
... |
Arguments passed to other methods |
output |
A character determining the format of output data.table: 'wide' or 'long' |
algorithm |
DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider. |
Value
A data.table containing the runtime samples for each provided target function value
Examples
get_RT_sample(dsl, 14)
get_RT_sample(dsl[[1]], 14)
[Package IOHanalyzer version 0.1.8.10 Index]