Description Usage Arguments Value See Also Examples
Simple benchmarking function which wraps around the darch
function for users who can't or don't want to use the caret package for
benchmarking. This function requires the foreach
package to work, and will perform parallel benchmarks if an appropriate
backend was registered beforehand.
1 2 3 | darchBench(..., bench.times = 1, bench.save = F,
bench.dir = "./darch.benchmark", bench.continue = T, bench.delete = F,
bench.seeds = NULL, output.capture = bench.save, logLevel = NULL)
|
... |
Parameters to the |
bench.times |
How many benchmark runs to perform |
bench.save |
Whether to save benchmarking results to a directory |
bench.dir |
Path (relative or absolute) including directory where
benchmark results are saved if |
bench.continue |
Whether the benchmark is to be continued from an
earlier run. If |
bench.delete |
Whether to delete the contents of |
bench.seeds |
Vector of seeds, one for each run. Will be passed to
|
output.capture |
Whether to capture R output in |
logLevel |
|
List of DArch
instances; the results of each call to
darch
.
Other darch interface functions: darchTest
,
darch
, plot.DArch
,
predict.DArch
, print.DArch
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.