cc.mallet.classify.tui
Class SvmLight2Classify

java.lang.Object
  extended by cc.mallet.classify.tui.SvmLight2Classify

public class SvmLight2Classify
extends java.lang.Object

Command line tool for classifying a sequence of instances directly from text input, without creating an instance list.

Author:
David Mimno, Gregory Druck, Siddhartha Jonnalagadda

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

SvmLight2Classify

public SvmLight2Classify()
Method Detail

main

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