NaiveBayesSimple
Package
weka.classifiers.bayes
Synopsis
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.
Options
The table below describes the options available for NaiveBayesSimple.
Option |
Description |
---|---|
debug |
If set to true, classifier may output additional info to the console. |
Capabilities
The table below describes the capabilites of NaiveBayesSimple.
Capability |
Supported |
---|---|
Class |
Binary class, Nominal class, Missing class values |
Attributes |
Numeric attributes, Empty nominal attributes, Nominal attributes, Binary attributes, Missing values, Unary attributes, Date attributes |
Min # of instances |
1 |