public class TestNaiveBayes
extends java.lang.Object
Constructor and Description |
---|
TestNaiveBayes() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
A driver method for testing the NaiveBayes classifier using
10-fold cross validation.
|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- a list of command-line arguments. Specifying "-debug"
will provide detailed outputjava.lang.Exception