A character vector to specify the names of
performance evaluation tools. The names for the following five tools can be
currently used.
ROCR
AUCCalculator
PerfMeas
PRROC
precrec
set_names
A character vector to specify a predefined set name.
Following six sets are currently available.
"def5"
A set of 5 tools with calc_auc = TRUE
and store_res = TRUE
"auc5"
A set of 5 tools with calc_auc = TRUE
and store_res = FALSE
"crv5"
A set of 5 tools with calc_auc = FALSE
and store_res = TRUE
"def4"
A set of 4 tools with calc_auc = TRUE
and store_res = TRUE
"auc4"
A set of 4 tools with calc_auc = TRUE
and store_res = FALSE
"crv4"
A set of 4 tools with calc_auc = FALSE
and store_res = TRUE
calc_auc
A Boolean value to specify whether the AUC score should be
calculated.
store_res
A Boolean value to specify whether the calculated curve is
retrieved and stored
See Also
run_benchmark and run_evalcurve require
the list of the tools generated by this function
ToolROCR, ToolAUCCalculator,
ToolPerfMeas, ToolPRROC, and
Toolprecrec as R6 tool classes.