OpenML (version 1.7)

makeOMLRunParameter: Construct OMLRunParameter.

Description

Construct a run parameter object for a run.

Usage

makeOMLRunParameter(name, value, component = NA_character_)

Arguments

name

[character(1)] The name of the parameter.

value

[character(1)] The value of the parameter.

component

[character(1)] The implementation name of a component, if the parameter belongs to this component. This name must match a component of the implementation.

See Also

Other run-related functions: convertOMLMlrRunToBMR, convertOMLRunToBMR, deleteOMLObject, getOMLRun, listOMLRuns, makeOMLRun, tagOMLObject, uploadOMLRun