View source: R/benchmark_ranking.R
function creates and evaluates filtering rankings
1 2 3 4 5 6 7 8 | filter_rankings(
paths,
output_prefix,
feature_selection_method,
n,
fraction,
validation_scheme
)
|
paths |
list of paths containing n-gram matrices |
output_prefix |
output files directory |
feature_selection_method |
filter (e.g. QuiPT) |
n |
number of total sequences |
fraction |
fraction of positive examples |
validation_scheme |
list with ranking details |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.