recall_metric: Method to calculate the recall.

View source: R/external_validation.R

recall_metricR Documentation

Method to calculate the recall.

Description

Method to calculate the recall.

Usage

recall_metric(true_positive, false_negative)

Arguments

true_positive

Array with matching elements of B is in the same cluster.

false_negative

Array with matching elements of B is not in the same cluster.

Value

Returns a double with the recall calculation.


laperez/Clustering documentation built on April 23, 2024, 3:41 a.m.