View source: R/selectGeneBenchmark.R
selectBenchmark | R Documentation |
Times a selection function
for populations of size 10 to 10^{limit}
.
selectBenchmark(
method = "Uniform",
continuation = TRUE,
limit = c(10, 100, 1000),
verbose = FALSE
)
method |
Selection function. Default: Uniform. |
continuation |
Convert to index function? Default: TRUE. |
limit |
Vector of population sizes. |
verbose |
Boolean. Default: |
Vector of execution times in seconds.
Other Benchmark Selection Functions:
predictSelectTime()
,
runOneBenchmark()
,
runSelectBenchmarks()
,
testSelectGene()
selectBenchmark(method="Uniform", continuation=TRUE, limit=c(10, 100, 1000))
selectBenchmark(method="SUS", continuation=TRUE, limit=c(5000, 10000, 15000))
selectBenchmark(method="SUS", continuation=FALSE, limit=seq(from=100, to=1000, length.out=5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.