Class for building and using a simple Naive Bayes classifier.Numeric attributes are modelled by a normal distribution.
For more information, see
Richard Duda, Peter Hart (1973). Pattern Classification and Scene Analysis. Wiley, New York.
BibTeX:
@book{Duda1973, address = {New York}, author = {Richard Duda and Peter Hart}, publisher = {Wiley}, title = {Pattern Classification and Scene Analysis}, year = {1973} }
Valid options are:
-D If set, classifier is run in debug mode and may output additional info to the console
@author Eibe Frank (eibe@cs.waikato.ac.nz)
@version $Revision: 5516 $