DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
|
Bayes classifiers came in two varieties: naïve and full. Naïve Bayes is a technique for estimating probabilities of individual variable values, given a class, from training data and to then allow the use of these probabilities to classify new entities. Naïve Bayes has been demonstrated usefully on moderate and large datasets. It can be used for diagnosis and classification tasks. Despite the fact that the assumption of conditional independence is often violated the approach continues to work well. Full Bayes ...