单选题
有关机器学习分类算法的Precision和Recall,以下定义中正确的是(假定tp = true positive, tn = true negative, fp = false positive, fn = false negative)()
A
Precision= tp / (tp + fp), Recall = tp / (tp + fn)$;$Precision = tp / (tn + fp), Recall = tp /(tp + fn)
$;$Precision = tp / (tn + fn), Recall = tp /(tp + fp)
$;$Precision = tp / (tp + fp), Recall = tp /(tn + fn)
答案解析
正确答案:A
