The Bayesian Approach Classification is an indirect probabilistic method for classifying a data point into one of two classes, or .

Steps:

  1. Model Class-Conditional Likelihoods:

  2. Model Prior Probabilities:

    • (Note: )
  3. 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 .