convertAlgoPerfToWideFormat {aslib} | R 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 |
[ |
algo.runs |
[ |
measure |
[ |
Value
[data.frame
].
[Package aslib version 0.1.2 Index]