View source: R/benchmark_ranking.R
function that evaluates nonranking methods
1 2 3 4 5 6 7 8 9 10 11 | filter_nonrankings_exp3(
paths,
num_reps,
num_matrices_to_rbind,
output_prefix,
feature_selection_method,
n,
fraction,
validation_scheme,
thresholds = NULL
)
|
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 |
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.