HOME / COMPUTER SCIENCE & DATA / DATA SCIENCE / CONFUSION MATRIX METRICS CALCULATOR
Computer Science & Data / Data Science

Confusion Matrix Metrics Calculator

Confusion Matrix

Metrics

• Accuracy = (TP + TN) / Total

• Precision = TP / (TP + FP)

• Recall = TP / (TP + FN)

• F1 = 2 × (Precision × Recall) / (Precision + Recall)

Use this confusion matrix metrics calculator to compute data science results from your inputs.