- task.id
[integer
]
a single ID or a vector of IDs of the task(s).
- flow.id
[integer
]
a single ID or a vector of IDs of the flow(s).
- run.id
[integer
]
a single ID or a vector of IDs of the run(s).
- uploader.id
[integer
]
a single ID or a vector of IDs of uploader profile(s).
- tag
[character
]
If not NULL
only entries with the corresponding tag
s
are listed.
- limit
[numeric(1)
]
Optional. The maximum number of entries to return.
Without specifying offset
, it returns the first 'limit
' entries.
Setting limit = NULL
returns all available entries.
- offset
[numeric(1)
]
Optional. The offset to start from.
Should be indices starting from 0, which do not refer to IDs.
Is ignored when no limit
is given.
- verbosity
[integer(1)
]
Print verbose output on console? Possible values are:
0
: normal output,
1
: info output,
2
: debug output.
Default is set via setOMLConfig
.
- evaluation.measure
[character(1)
]
Use this to speedup your request.
It restricts the results to only one evaluation measure (see listOMLEvaluationMeasures
for possible values).
Default is NULL
, which means that no restriction is going to happen and all possible evaluation measures will be returned.
- show.array.measures
[logical(1)
]
Should measures that return an array instead of a single skalar value be shown (e.g. confusion matrix, predictive accuracy within each class)?
Default is FALSE
.
- extend.flow.name
[logical(1)
]
Adds a column flow.version
that refers to the version number of the flow and a column flow.source
containing the prefix of the flow that specifies the source of the flow (i.e. weka, R) and a column learner.name
that refers to the learner.
Default is TRUE
.