The Bayesian Approach Classification is an indirect probabilistic method for classifying a data point into one of two classes, or .
Steps:
-
Model Class-Conditional Likelihoods:
-
Model Prior Probabilities:
- (Note: )
-
Calculate Posterior Probabilities (using Bayes’ Formula):
-
For Class 1:
-
For Class 2:
-
Where (the evidence) is the normalization constant:
-
Classification Decision:
Classify into the class with the highest posterior probability:
- If , then .
- If , then .