writeASScenario {aslib}R Documentation

Writes an algorithm selection scenario to a directory.

Description

Splits an algorithm selection scenario into description, feature values / runstatus / costs, algorithm performance and cv splits and saves those data sets as single ARFF files in the given directory.

Usage

writeASScenario(asscenario, path = asscenario$desc$scenario_id)

Arguments

asscenario

[ASScenario]
Algorithm selection scenario.

path

[character(1)]
Path to write scenario to. Default is the name of the scenario.

See Also

parseASScenario


[Package aslib version 0.1.2 Index]