Naive Bayes Classifier Calculator
Apply Bayes' Theorem to classify a data point across two classes. Enter the prior probabilities P(Class 1) and P(Class 2), then provide up to three likelihoods P(Feature | Class) for each class. The calculator applies the Naive Bayes rule — multiplying likelihoods under the independence assumption — and returns the posterior probability for each class, plus the predicted class based on the highest posterior.
Results
Predicted Class
--
Posterior P(Class 1 | Features)
--
Posterior P(Class 2 | Features)
--
Unnormalized Score — Class 1
--
Unnormalized Score — Class 2
--