getOMLFlow {OpenML} | R Documentation |
Download an OpenML flow.
Description
Given an flow id, the corresponding OMLFlow
is
downloaded if not already available in cache.
Usage
getOMLFlow(flow.id, cache.only = FALSE, verbosity = NULL)
Arguments
flow.id |
[ |
cache.only |
[ |
verbosity |
[ |
Value
[OMLFlow
].
See Also
Other downloading functions:
getOMLDataSetQualities()
,
getOMLDataSet()
,
getOMLRun()
,
getOMLStudy()
,
getOMLTask()
Other flow-related functions:
convertOMLFlowToMlr()
,
deleteOMLObject()
,
listOMLFlows()
,
makeOMLFlowParameter()
,
makeOMLFlow()
,
tagOMLObject()
Examples
# \dontrun{
# r_ctree = getOMLFlow(flow.id = 2569)
# weka_bagging = getOMLFlow(flow.id = 2286)
# }
[Package OpenML version 1.12 Index]