evaluate {CRE} | R Documentation |
Discovery (performance) evaluation
Description
Computes different metrics for discovery evaluation.
Usage
evaluate(ground_truth, prediction)
Arguments
ground_truth |
List of true (CDR/EM) values. |
prediction |
List of predicted (CDR/EM) values. |
Value
Intersection over union, precision, recall.
[Package CRE version 0.2.7 Index]