convertToLlama {aslib} | R Documentation |
Convert an ASScenario scenario object to a llama data object.
Description
For features, mean values are computed across repetitions. For algorithms, repetitions are not supported at the moment and will result in an error.
Usage
convertToLlama(asscenario, measure, feature.steps)
Arguments
asscenario |
[ |
measure |
[ |
feature.steps |
[ |
Details
Note that feature step dependencies are currently not supported explicitly by LLAMA. The conversion checks that all dependencies are satisfied, but subsequent feature selection on the LLAMA data frame may not work as expected.
Value
Result of calling input
.
[Package aslib version 0.1.2 Index]