de.bwaldvogel.liblinear
Class TrainTest

java.lang.Object
  extended by de.bwaldvogel.liblinear.TrainTest

public class TrainTest
extends Object


Constructor Summary
TrainTest()
           
 
Method Summary
 void testParseCommandLine()
           
 void testReadProblem()
           
 void testReadProblemEmptyLine()
          unit-test for Issue #1 (http://github.com/bwaldvogel/liblinear-java/issues#issue/1)
 void testReadProblemWithInvalidIndex()
           
 void testReadUnsortedProblem()
           
 void testReadWrongProblem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrainTest

public TrainTest()
Method Detail

testParseCommandLine

public void testParseCommandLine()

testReadProblem

public void testReadProblem()
                     throws Exception
Throws:
Exception

testReadProblemEmptyLine

public void testReadProblemEmptyLine()
                              throws Exception
unit-test for Issue #1 (http://github.com/bwaldvogel/liblinear-java/issues#issue/1)

Throws:
Exception

testReadUnsortedProblem

public void testReadUnsortedProblem()
                             throws Exception
Throws:
Exception

testReadProblemWithInvalidIndex

public void testReadProblemWithInvalidIndex()
                                     throws Exception
Throws:
Exception

testReadWrongProblem

public void testReadWrongProblem()
                          throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.