summarizeExperiments: Quick Summary over Experiments
Description
Returns a frequency table of defined experiments.
See ExperimentRegistry
for an example.Usage
summarizeExperiments(ids = NULL, by = c("problem", "algorithm"),
reg = getDefaultRegistry())
Arguments
ids
[data.frame
or integer
]
A data.frame
(or data.table
)
with a column named “job.id”.
Alternatively, you may also pass a vector of integerish job ids.
If not set, defaults to all jobs. by
[character
]
Split the resulting table by columns of getJobPars
.