felix.test
Class LRTest

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

public class LRTest
extends java.lang.Object

Test LR operator's quality.

Author:
Ce Zhang

Field Summary
static java.lang.String exeTime
           
static java.util.ArrayList<java.lang.Double> planCosts
           
 
Constructor Summary
LRTest()
           
 
Method Summary
 void testLRMAP()
          Test MAP inference results of LR on a test case with manually-built ground truth.
 void testLRMarginal()
          Test Marginal inference results of LR on a test case with manually-built ground truth.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

planCosts

public static java.util.ArrayList<java.lang.Double> planCosts

exeTime

public static java.lang.String exeTime
Constructor Detail

LRTest

public LRTest()
Method Detail

testLRMarginal

public final void testLRMarginal()
Test Marginal inference results of LR on a test case with manually-built ground truth.


testLRMAP

public final void testLRMAP()
Test MAP inference results of LR on a test case with manually-built ground truth.