calhoun.analysis.crf.test
Class SemiMarkovTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by calhoun.util.AbstractTestCase
              extended by calhoun.analysis.crf.test.SemiMarkovTest
All Implemented Interfaces:
junit.framework.Test

public class SemiMarkovTest
extends AbstractTestCase


Constructor Summary
SemiMarkovTest()
           
 
Method Summary
 void testColt()
           
 void testSemiCRFCompareWithBaseClass()
           
 void testSemiCRFViterbiCompareWithBaseClass()
           
 void testSemiCRFViterbiCompareWithBaseClassWithFeatures()
           
 void testSemiCRFViterbiCompareWithBaseClassWithLengths()
           
 void testSemiMarkovBadTraining()
           
 
Methods inherited from class calhoun.util.AbstractTestCase
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertBeginsWith, assertEndsWith, assertEquals, assertFilesMatch, assertFlatFileRecordsMatch, assertStringEquals, assertStringEquals, assertXmlFilesMatch, runBare
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SemiMarkovTest

public SemiMarkovTest()
Method Detail

testSemiMarkovBadTraining

public void testSemiMarkovBadTraining()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testSemiCRFViterbiCompareWithBaseClass

public void testSemiCRFViterbiCompareWithBaseClass()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

testSemiCRFViterbiCompareWithBaseClassWithLengths

public void testSemiCRFViterbiCompareWithBaseClassWithLengths()
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

testSemiCRFViterbiCompareWithBaseClassWithFeatures

public void testSemiCRFViterbiCompareWithBaseClassWithFeatures()
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

testSemiCRFCompareWithBaseClass

public void testSemiCRFCompareWithBaseClass()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testColt

public void testColt()