Description Usage Arguments Value See Also
View source: R/load_algorithm_dir.R
Load all the log files in an algorithm directory recursively
1 2 3 4 5 6 | aitoa.load.algo.dir(
algo.dir,
keep.columns = c("fes", "t", "f"),
make.time.unique = FALSE,
f.must.be.improving = TRUE
)
|
algo.dir |
the algorithm directory |
keep.columns |
the columns to keep, any vector containing elements
|
make.time.unique |
should we make the time indices unique (except maybe
for the first and last point)? This makes sense when we want to plot
diagrams over a time axis, as we then have removed redundant points right
away. If |
f.must.be.improving |
|
a list of list of data frames, each loaded via aitoa.load.inst.dir, where the names are the instances
aitoa.load.inst.dir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.