run_eval: Run the evaluation of a prediction set.

Description Usage Arguments Author(s)

View source: R/run_eval.R

Description

Format the input prediction set, filtters it, and generates an evaluation report.

Usage

1
run_eval(testfile, neg_set_id = "all_negative", pos_set_id = "all_positive")

Arguments

testfile

The path to a prediction file.

neg_set_id

Optional, the ID of the negative set to be used from c("all_negative", "test_neg")

pos_set_id

Optional, the ID of the positive set to be used from c("all_positive", "test_pos")

Author(s)

Claire Rioualen


rioualen/NetworkEval documentation built on April 10, 2021, 5:22 a.m.