GetNParameterIterationName: Get 'Benchmark' _n_-parameter iteration name

Description Usage Arguments See Also

View source: R/99_Getters.R

Description

Extracts name of an n-parameter iteration of a subpipeline in a Benchmark object (benchmark pipeline set-up).

Usage

1
2
3
4
5
6
GetNParameterIterationName(
  benchmark,
  idx.subpipeline,
  idx.n_param,
  with_tool_names = TRUE
)

Arguments

benchmark

object of type Benchmark

idx.subpipeline

integer: index of a subpipeline of benchmark

idx.n_param

integer: index of an n-parameter iteration of a sub-pipeline of benchmark

with_tool_names

logical: whether tool name(s), in addition to n-parameter value(s), should be included in the name. Default value is TRUE

See Also


davnovak/SingleBench documentation built on Dec. 19, 2021, 9:10 p.m.