View source: R/reduceResultsExperiments.R
reduceResultsExperiments | R Documentation |
Generates a data.frame
with one row per job id. The columns are: ids of problem and algorithm
(named “prob” and “algo”), one column per parameter of problem or algorithm (named by the parameter name),
the replication number (named “repl”) and all columns defined in the function to collect the values.
Note that you cannot rely on the order of the columns.
If a parameter does not have a setting for a certain job / experiment it is set to NA
.
Have a look at getResultVars
if you want to use something like ddply
on the
results.
The rows are ordered as ids
and named with ids
, so one can easily index them.
reduceResultsExperiments( reg, ids, part = NA_character_, fun, ..., strings.as.factors = FALSE, block.size, impute.val, apply.on.missing = FALSE, progressbar = TRUE )
reg |
[ |
ids |
[ |
part |
[ |
fun |
[ |
... |
[any] |
strings.as.factors |
[ |
block.size |
[ |
impute.val |
[ |
apply.on.missing |
[ |
progressbar |
[ |
[data.frame
]. Aggregated results, containing problem and algorithm paramaters and collected values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.