View source: R/selectGeneBenchmark.R
runOneBenchmark | R Documentation |
Script for testing a single selection functions
runOneBenchmark(name, limit = c(10, 100, 1000), both = TRUE, verbose = FALSE)
name |
Name is one of the following strings.
|
limit |
Vector of population sizes. |
both |
For |
verbose |
Boolean. Default: |
A data frame sorted in ascending order of time of last column.
The time to run the function for lim>6
explodes
for all benchmark functions with higher than linear complexity.
(e.g. PropFit()
, PropFitdiff()
, and Tournament()
).
Other Benchmark Selection Functions:
predictSelectTime()
,
runSelectBenchmarks()
,
selectBenchmark()
,
testSelectGene()
runOneBenchmark("Duel", 5, both=FALSE)
runOneBenchmark("PropFitDiffOnln")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.