felix.test
Class CRFTest

java.lang.Object
  extended by felix.test.CRFTest

public class CRFTest
extends java.lang.Object

Test CRF operator's quality.

Author:
Ce Zhang

Constructor Summary
CRFTest()
           
 
Method Summary
 void testCRFMAP()
          Compare MAP inference results with CRF++ on a real world data set.
 void testCRFMarginal()
          Compare Marginal inference results with CRF++ on a real world data set.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRFTest

public CRFTest()
Method Detail

testCRFMarginal

public final void testCRFMarginal()
Compare Marginal inference results with CRF++ on a real world data set.


testCRFMAP

public final void testCRFMAP()
Compare MAP inference results with CRF++ on a real world data set.