C1DATA {prcbench} | R Documentation |
C1: Pre-calculated Precision-Recall curve
Description
A list contains scores, labels, and pre-calculated recall and precision values as x and y.
Usage
data(C1DATA)
Format
A list with 5 items.
- scores
input scores
- labels
input labels
- bp_x
pre-calculated recall values for curve evaluation
- bp_y
pre-calculated precision values for curve evaluation
- tp_x
x position for displaying the test result in a plot
- tp_y
y position for displaying the test result in a plot
[Package prcbench version 1.1.8 Index]