powered by
Perform evaluations (recall) for blocking.
confusion.from.blocking(blocking, true_ids, recall.only = FALSE)
A list of the blocks
The true identifiers for comparisons
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
# NOT RUN { 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) # }
Run the code above in your browser using DataLab