Learn R Programming

searchAnalyzeR (version 0.1.0)

plot_pr_curve: Create Precision-Recall Curve

Description

Create Precision-Recall Curve

Usage

plot_pr_curve(retrieved, relevant, thresholds = seq(0, 1, 0.05))

Value

ggplot object

Arguments

retrieved

Vector of retrieved article IDs

relevant

Vector of relevant article IDs

thresholds

Vector of threshold values