For a 4-class problem and a known feature vector you obtain the following posteriors:
s | 1 | 2 | 3 | 4 |
---|---|---|---|---|
P(s | x=0) | 0.1 | 0.15 | 0.7 | 0.05 |
What is the error rate, if you randomly throw the dice? What is the error rate, if you employ the Bayes classifier?
- Random
- Bayes Classifier Chooses the class with the most probable A Posteriori.