Learn R Programming

benchmark (version 0.3-3)

as.warehouse: as.warehouse

Description

Methods to coerce objects to a benchmark experiment warehouse.

Usage

as.warehouse.mlr.bench.result(x, ...)
as.warehouse.array4dim(x, ...)

Arguments

x
A bench.result object from package mlr
...
Ignored

Value

  • as.warehouse.mlr.bench.result: A warehouse object as.warehouse.array4dim: A warehouse object

Details

as.warehouse.mlr.bench.result: Coerces a bench.result object from package mlr to a warehouse object. as.warehouse.array4dim: Coerces a four dimensional array (1st: sampling, 2nd: algorithms, 3rd: performance measures, 4th: datasets) to a warehouse object.