Learn R Programming

mlr (version 2.9)

mergeBenchmarkResultLearner: Merge different learners of BenchmarkResult objects.

Description

Combines the BenchmarkResult objects that were performed with different learners on the same set of Task(s). This can be helpful if you, e.g. forgot to run one learner on the set of tasks you used.

Usage

mergeBenchmarkResultLearner(...)

Arguments

...
[BenchmarkResult] BenchmarkResult objects that should be merged.