get_RT_sample: Get RunTime Sample

View source: R/DataSet.R

get_RT_sampleR 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)

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.