Left: score distribution · threshold plane
Right: ROC curve (FPR → TPR)
⚠ Couldn't load the 3D engineThree.js failed to load from the CDN. Check your connection and reload.
Every supervised classifier — logistic regression, SVM, a random forest, a neural net — reduces a sample to a single score, then a threshold turns that score into a "positive" or "negative" prediction. This simulator renders two overlapping score distributions in 3D, lets you drag a real decision threshold through them while every point recolors live by confusion-matrix outcome (TP/FP/TN/FN), and plots the resulting ROC curve with a numerically-integrated AUC — the exact tradeoff behind precision, recall and F1 in the article above.