Learn R Programming

benchmark (version 0.3-6)

as.warehouse.mlr.bench.result: Coerce objects to benchmark experiment warehouse

Description

Coerce objects to benchmark experiment warehouse

Usage

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

Arguments

x
An object to coerce
...
Ignored

Value

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.