algo.runs
object of a scenario to wide format.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”.
convertAlgoPerfToWideFormat(desc, algo.runs, measure)
[data.frame
].
[ASScenarioDesc
]
Description object of scenario.
[data.frame
]
Algo runs data.frame from scenario.
[character(1)
]
Selected performance measure.
Default is first measure in scenario.