|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ir.classifiers.TestNaiveBayes
public class TestNaiveBayes
Wrapper class to test NaiveBayes classifier using 10-fold CV. Running it with -debug option gives very detailed output
Constructor Summary | |
---|---|
TestNaiveBayes()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
A driver method for testing the NaiveBayes classifier using 10-fold cross validation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestNaiveBayes()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- a list of command-line arguments. Specifying "-debug"
will provide detailed output
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |