plot_pr_curve: Create Precision-Recall Curve
Description
Create Precision-Recall Curve
Usage
plot_pr_curve(retrieved, relevant, thresholds = seq(0, 1, 0.05))
Arguments
- retrieved
Vector of retrieved article IDs
- relevant
Vector of relevant article IDs
- thresholds
Vector of threshold values