consolidate_partial_results {CAISEr} | R Documentation |
Consolidate results from partial files
Description
Consolidates results from a set of partial files (each generated by an
individual call to calc_nreps()
) into a single output structure, similar
(but not identical) to the output of run_experiment()
. This is useful
e.g., to consolidate the results from interrupted experiments.
Usage
consolidate_partial_results(Configuration, folder = "./nreps_files")
Arguments
Configuration |
a named list containing all parameters
required in a call to |
folder |
folder where the partial files are located. |
Value
a list object containing the following fields:
-
data.raw
- data frame containing all observations generated -
data.summary
- data frame summarizing the experiment. -
N
- number of instances sampled -
total.runs
- total number of algorithm runs performed -
instances.sampled
- names of the instances sampled