makeOMLFlow {OpenML} | R Documentation |
Construct OMLFlow.
Description
More details about the elements of a OMLFlow
can be found in the
documentation.
Usage
makeOMLFlow(
flow.id = NA_integer_,
uploader = NA_integer_,
name,
version = NA_character_,
external.version = NA_character_,
description,
creator = NA_character_,
contributor = NA_character_,
upload.date = NA_character_,
licence = NA_character_,
language = "English",
full.description = NA_character_,
installation.notes = NA_character_,
dependencies = NA_character_,
bibliographical.reference = NULL,
implements = NA_character_,
parameters = NULL,
components = NULL,
qualities = NULL,
tags = NA_character_,
source.url = NA_character_,
binary.url = NA_character_,
source.format = NA_character_,
binary.format = NA_character_,
source.md5 = NA_character_,
binary.md5 = NA_character_,
source.path = NA_character_,
binary.path = NA_character_,
object = NULL
)
Arguments
flow.id |
[ |
uploader |
[ |
name |
[ |
version |
[ |
external.version |
[ |
description |
[ |
creator |
[ |
contributor |
[ |
upload.date |
[ |
licence |
[ |
language |
[ |
full.description |
[ |
installation.notes |
[ |
dependencies |
[ |
bibliographical.reference |
[ |
implements |
[ |
parameters |
[ |
components |
[ |
qualities |
[ |
tags |
[ |
source.url |
[ |
binary.url |
[ |
source.format |
[ |
binary.format |
[ |
source.md5 |
[ |
binary.md5 |
[ |
source.path |
[ |
binary.path |
[ |
object |
[ |
See Also
Other flow-related functions:
convertOMLFlowToMlr()
,
deleteOMLObject()
,
getOMLFlow()
,
listOMLFlows()
,
makeOMLFlowParameter()
,
tagOMLObject()