Learn R Programming

CRE (version 0.2.7)

evaluate: Discovery (performance) evaluation

Description

Computes different metrics for discovery evaluation.

Usage

evaluate(ground_truth, prediction)

Value

Intersection over union, precision, recall.

Arguments

ground_truth

List of true (CDR/EM) values.

prediction

List of predicted (CDR/EM) values.