ir.classifiers
Class TestNaiveBayes

java.lang.Object
  extended by ir.classifiers.TestNaiveBayes

public class TestNaiveBayes
extends java.lang.Object

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

TestNaiveBayes

public TestNaiveBayes()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
A driver method for testing the NaiveBayes classifier using 10-fold cross validation.

Parameters:
args - a list of command-line arguments. Specifying "-debug" will provide detailed output
Throws:
java.lang.Exception