View source: R/benchmark_ranking.R
function that evaluates nonranking methods
1 2 3 4 5 6 7 8 9 | filter_nonrankings(
paths,
output_prefix,
feature_selection_method,
n,
fraction,
validation_scheme,
thresholds = NULL
)
|
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 |
thresholds |
p-value thresholds for statistical tests |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.