Description Usage Arguments Value Examples
View source: R/blocking-evaluations.R
Perform evaluations (recall) for blocking.
| 1 | confusion.from.blocking(blocking, true_ids, recall.only = FALSE)
 | 
| blocking | A list of the blocks | 
| true_ids | The true identifiers for comparisons | 
| recall.only | Flag that when true only prints the recall, otherwise prints many evaluation metrics in a list | 
A vector of that returns the recall and the precision
| 1 2 3 | r.set <- RLdata500[1:250,c(-2)]
tlsh.blocks <- block_setup_v2(r.set, b=22, save_signature=FALSE, k=2)
confusion.from.blocking(tlsh.blocks, identity.RLdata500, recall.only=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.