SVM
Class ClassifySet

java.lang.Object
  extended by SVM.ClassifySet

public class ClassifySet
extends java.lang.Object

This class will classify a set via SVM based on the input.txt training set
Will only read the results and will not change anything

Author:
davidc

Constructor Summary
ClassifySet()
           
 
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

ClassifySet

public ClassifySet()
Method Detail

main

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