Description Usage Arguments Value Examples
Checks a list of known articles against the results of a search to determine which gold standard hits are retrieved.
1 | check_recall(true_hits, retrieved)
|
true_hits |
a character vector of titles for articles that should be returned |
retrieved |
a character vector of titles for articles returned by a search |
a table of the best match for each true title from the search results along with a title similarity score
1 2 3 4 5 | check_recall(
true_hits = c("Picoides arcticus"),
retrieved = c("Picoides tridactylus",
"Seiurus aurocapilla")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.