Package felix.test

This package includes testing code for Felix.

See:
          Description

Class Summary
CorefTest Test Coref operator's quality.
CRFTest Test CRF operator's quality.
IODBTest Test using evidence supplied in existing database relations.
IOFileTest Test using evidence supplied in files.
IOHDFSTest Test for generating evidence through the Blah Blah feature extraction language.
LRTest Test LR operator's quality.
SchedulerTest Test the scheduler: 1) cost-based optimizer; 2) planner of the operator order.
StaticAnalyzerTest Test the compiler.
 

Package felix.test Description

This package includes testing code for Felix. These tests are grouped into two categories.

Unit Testing

Testings in this category try to make sure methods work consistently with their definition and designing goals. Following classes belong to this category:

System Testing

Testings in this group intend to test the functionality of the whole Felix system. Most tests of statistical operators belong to this group. For each statistical operator, there inference results (both Marginal and MAP) are compared with the ground truth (either manually-built or output by other popular software). Following classes belong to this category: