useMlrBenchmarkWrapper: Insert mlr benchmark object into benchmarkVis application

Description Usage Arguments Value Examples

Description

Create a data table useable with the benchmarkVis application out of an mlr benchmark object. All important imformation will be exluded from the input object and transformed into a appropriate data table

Usage

1

Arguments

bmr

a mlr benchmark result object

Value

a data table with the benchmarkVis specific structure

Examples

1
2
3
4
5
library(mlr)
lrns = list(makeLearner("classif.lda"), makeLearner("classif.rpart"))
rdesc = makeResampleDesc("Holdout")
bmr = benchmark(lrns, sonar.task, rdesc)
dt = useMlrBenchmarkWrapper(bmr)

collinleiber/benchmarkVis documentation built on May 28, 2019, 8:23 a.m.