View source: R/benchmark_ranking.R
function creates and evaluates filtering rankings
1 2 3 4 5 6 7 8 9 10 | filter_rankings_exp3(
paths,
num_reps,
num_matrices_to_rbind,
output_prefix,
feature_selection_method,
n,
fraction,
validation_scheme
)
|
paths |
list of paths containing n-gram matrices |
num_reps |
number of repetitions of an experiment |
num_matrices_to_rbind |
number of matrices to bind in order to perform exp III correctly |
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.