Method to calculate the recall.
recall_metric(true_positive, false_negative)
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.Returns a double with the recall calculation.