SVM
Class ActiveLearning

java.lang.Object
  extended by SVM.ActiveLearning

public class ActiveLearning
extends java.lang.Object

Class used for testing the possibility of active learning in forming the training set
This class is not used in the final release.

Author:
David Chen

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

Constructor Detail

ActiveLearning

public ActiveLearning()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException,
                        java.io.IOException
Parameters:
args -
Throws:
java.io.IOException
java.io.FileNotFoundException