View source: R/selectGeneBenchmark.R
runSelectBenchmarks | R Documentation |
Script for testing all selection functions
runSelectBenchmarks(lim = c(10, 100), both = TRUE, verbose = FALSE)
lim |
Vector of population sizes. |
both |
For |
verbose |
Boolean. Default: |
A data frame sorted in ascending order of the time of
the last column.
The fastest selection methods come first.
The first row contains the population sizes with which
the benchmark has been performed.
The data frame has 1+length(lim)
columns:
"Benchmark": The name of the benchmarked selection function. A "C" after the name indicates that the selection function has been transformed into a lookup function.
length(lim)
columns with the execution times in seconds.
Other Benchmark Selection Functions:
predictSelectTime()
,
runOneBenchmark()
,
selectBenchmark()
,
testSelectGene()
runSelectBenchmarks(lim=c(10, 100), both=TRUE, verbose=TRUE)
runSelectBenchmarks(lim=c(10, 100), both=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.