File: mergeBenchmarkResults.Rd

package info (click to toggle)
r-cran-mlr 2.19.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,264 kB
  • sloc: ansic: 65; sh: 13; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,026 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mergeBenchmarkResults.R
\name{mergeBenchmarkResults}
\alias{mergeBenchmarkResults}
\title{Merge different BenchmarkResult objects.}
\usage{
mergeBenchmarkResults(bmrs)
}
\arguments{
\item{bmrs}{(list of \link{BenchmarkResult})\cr
\code{BenchmarkResult} objects that should be merged.}
}
\value{
\link{BenchmarkResult}
}
\description{
The function automatically combines a list of \link{BenchmarkResult}
objects into a single \link{BenchmarkResult} object as long as the full
crossproduct of all task-learner combinations are available.
}
\details{
Note that if you want to merge several \link{BenchmarkResult} objects,
you must ensure that all possible learner and task combinations will be
contained in the returned object. Otherwise, the user will be notified
which task-learner combinations are missing or duplicated.

When merging \link{BenchmarkResult} objects with different measures, all missing
measures will automatically be recomputed.
}