reduceResultsMlr: Reduce results into standard 'data.frame'.

Description Usage Arguments Value

Description

Reduce results into standard data.frame.

Usage

1
2
3
  reduceResultsMlr(reg, ids,
    strings.as.factors = default.stringsAsFactors(),
    block.size = 100)

Arguments

reg

[ExperimentRegistryMlr]
Experiment registry.

ids

[integer]
Ids of selected experiments. Default is all jobs for which results are available.

strings.as.factors

[logical(1)] Should all character columns in result be converted to factors? See reduceResultsExperiments. Default is default.stringsAsFactors().

block.size

[integer(1)] Results will be fetched in blocks of size block.size. See reduceResultsExperiments. Default is 100.

Value

[data.frame]. Contains everything implied by reduceResultsExperiments and all measures defined in added problems.


tudo-r/BatchExperimentsMlr documentation built on June 1, 2019, 2:52 a.m.