convertAlgoPerfToWideFormat: Converts 'algo.runs' object of a scenario to wide format.

View source: R/convertAlgoPerfToWideFormat.R

convertAlgoPerfToWideFormatR Documentation

Converts algo.runs object of a scenario to wide format.

Description

The first 2 columns are “instance_id” and “repetition”. The remaining ones are the measured performance values. The feature columns are in the same order as “features_deterministic”, “features_stochastic” in the description object. codeNA means the performance value is not available, possibly because the algorithm run was aborted. The data.frame is sorted by “instance_id”, then “repetition”.

Usage

convertAlgoPerfToWideFormat(desc, algo.runs, measure)

Arguments

desc

[ASScenarioDesc]
Description object of scenario.

algo.runs

[data.frame]
Algo runs data.frame from scenario.

measure

[character(1)]
Selected performance measure. Default is first measure in scenario.

Value

[data.frame].


aslib documentation built on Aug. 25, 2022, 9:09 a.m.