1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/BenchmarkResult_operators.R
\name{getBMRTaskDescriptions}
\alias{getBMRTaskDescriptions}
\title{Extract all task descriptions from benchmark result (DEPRECATED).}
\usage{
getBMRTaskDescriptions(bmr)
}
\arguments{
\item{bmr}{(\link{BenchmarkResult})\cr
Benchmark result.}
}
\value{
(\link{list}).
}
\description{
A list containing all \link{TaskDesc}s for each task contained in the benchmark experiment.
}
|