cc.mallet.grmm.test
Class TestTableFactor

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

public class TestTableFactor
extends junit.framework.TestCase

Created: Aug 17, 2004

Version:
$Id: TestTableFactor.java,v 1.1 2007/10/22 21:37:40 mccallum Exp $
Author:
Constructor Summary
TestTableFactor(java.lang.String name)
           
 
Method Summary
 void ignoreTestSerialization()
           
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testEntropy()
           
 void testExp()
           
 void testExpandToContain()
           
 void testLogMultiVarSlice()
           
 void testLogSample()
           
 void testMarginalize()
           
 void testMarginalizeOut()
           
 void testMultiplyAll()
           
 void testMultiplyMultiplyBy()
           
 void testMultiVarSlice()
           
 void testOneVarSlice()
           
 void testPlusEquals()
           
 void testSample()
           
 void testSparseDivide()
           
 void testSparseExtractMax()
           
 void testSparseMarginalize()
           
 void testSparseMultiply()
           
 void testTblTblPlusEquals()
           
 void testTwoVarSlice()
           
 void testVariableReordering()
           
 
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

TestTableFactor

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

testMultiplyMultiplyBy

public void testMultiplyMultiplyBy()

testTblTblPlusEquals

public void testTblTblPlusEquals()

testEntropy

public void testEntropy()

ignoreTestSerialization

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

testSample

public void testSample()

testMarginalize

public void testMarginalize()

testMarginalizeOut

public void testMarginalizeOut()

testOneVarSlice

public void testOneVarSlice()

testTwoVarSlice

public void testTwoVarSlice()

testMultiVarSlice

public void testMultiVarSlice()

testLogMultiVarSlice

public void testLogMultiVarSlice()

testSparseMultiply

public void testSparseMultiply()

testSparseDivide

public void testSparseDivide()

testSparseMarginalize

public void testSparseMarginalize()

testSparseExtractMax

public void testSparseExtractMax()

testLogSample

public void testLogSample()

testExp

public void testExp()

testPlusEquals

public void testPlusEquals()

testMultiplyAll

public void testMultiplyAll()

testExpandToContain

public void testExpandToContain()

testVariableReordering

public void testVariableReordering()

suite

public static junit.framework.Test suite()

main

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