writeASScenario: Writes an algorithm selection scenario to a directory.

View source: R/writeASScenario.R

writeASScenarioR 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


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

Related to writeASScenario in aslib...