cc.mallet.grmm.test
Class TestLogTableFactor

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by cc.mallet.grmm.test.TestLogTableFactor
All Implemented Interfaces:
junit.framework.Test

public class TestLogTableFactor
extends junit.framework.TestCase

Created: Aug 17, 2004

Version:
$Id: TestLogTableFactor.java,v 1.1 2007/10/22 21:37:41 mccallum Exp $
Author:
Constructor Summary
TestLogTableFactor(java.lang.String name)
           
 
Method Summary
 void ignoreTestSerialization()
           
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testDivideByLogSpace()
           
 void testEntropyLogSpace()
           
 void testExtractMaxLogSpace()
           
 void testLogSample()
           
 void testLogValue()
           
 void testMultiplyByLogSpace()
           
 void testMultiVarSlice()
           
 void testOneVarSlice()
           
 void testPlusEquals()
           
 void testRecenter()
           
 void testRecenter2()
           
 void testSparseDivideLogSpace()
           
 void testSparseMarginalizeLogSpace()
           
 void testSparseMultiplyLogSpace()
           
 void testSparseValueAndLogValue()
           
 void testTblTblPlusEquals()
           
 void testTimesTableFactor()
           
 void testTwoVarSlice()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestLogTableFactor

public TestLogTableFactor(java.lang.String name)
Method Detail

testTimesTableFactor

public void testTimesTableFactor()

testTblTblPlusEquals

public void testTblTblPlusEquals()

testMultiplyByLogSpace

public void testMultiplyByLogSpace()

testDivideByLogSpace

public void testDivideByLogSpace()

testEntropyLogSpace

public void testEntropyLogSpace()

ignoreTestSerialization

public void ignoreTestSerialization()
                             throws java.io.IOException,
                                    java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

testExtractMaxLogSpace

public void testExtractMaxLogSpace()

testLogValue

public void testLogValue()

testOneVarSlice

public void testOneVarSlice()

testTwoVarSlice

public void testTwoVarSlice()

testMultiVarSlice

public void testMultiVarSlice()

testSparseValueAndLogValue

public void testSparseValueAndLogValue()

testSparseMultiplyLogSpace

public void testSparseMultiplyLogSpace()

testSparseDivideLogSpace

public void testSparseDivideLogSpace()

testSparseMarginalizeLogSpace

public void testSparseMarginalizeLogSpace()

testLogSample

public void testLogSample()

testPlusEquals

public void testPlusEquals()

testRecenter

public void testRecenter()

testRecenter2

public void testRecenter2()

suite

public static junit.framework.Test suite()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Throwable
Throws:
java.lang.Throwable