Naive Bayes Classifier
- The naive bayes classifier is among the set of practical
learning methods.
- It should be used when
- There is large set of training examples.
- The attributes that describe instances are
conditionally independent given classification.
- It has been used in many applications such as diagnosis
and the classification of text documents.
José M. Vidal
.
16 of 39