ir.classifiers
Class TestPerceptron

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

public class TestPerceptron
extends java.lang.Object

Wrapper class to test Perceptron classifier using 10-fold CV. Running it with -debug option gives very detailed output


Constructor Summary
TestPerceptron()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPerceptron

public TestPerceptron()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception