IBM Planning Analytics V2.0 Developer — Question 31

What is the formula for recall in a classification system?

Answer options

Correct answer: C

Explanation

The correct formula for recall is True Positives / (True Positives + False Negatives), which measures the proportion of actual positives that were correctly identified. Other options either incorrectly use True Negatives or False Positives, which do not pertain to the definition of recall.