Reads multiple benchmark_results.tsv files and combines them into a single data.frame for cross-method comparison.
collect_benchmark_results(paths)data.frame with all benchmark results combined
Other benchmarking:
Benchmark,
benchmark_from_file(),
benchmark_from_result(),
ionstar_bench_preprocess(),
make_benchmark(),
ms_bench_add_scores(),
ms_bench_ap(),
ms_bench_auc(),
plot_benchmark_comparison(),
read_benchmark_results(),
read_contrast_results(),
write_benchmark_results(),
write_contrast_results()
if (FALSE) { # \dontrun{
files <- list.files("results", pattern = "benchmark_results.tsv",
recursive = TRUE, full.names = TRUE)
combined <- collect_benchmark_results(files)
} # }