Uses of Package
infer

Packages that use infer
grounding Provides facilities for grounding MLNs, including KBMC, SQL-based grounding, and MRF partitioning. 
infer Provides MLN inference algorithms. 
learn Provides weight learning in Tuffy. 
test This package includes testing codes for tuffy. 
 

Classes in infer used by grounding
PartMap
          A partitioning scheme on the MRF.
 

Classes in infer used by infer
Component
          A component in the MRF.
Infer
          The main entrance to MAP inference.
MRF
          In-memory data structure representing an MRF.
MZone
          An memory area that stores part or the whole of the MRF.
Partition
          A partition of an MRF.
PartMap
          A partitioning scheme on the MRF.
 

Classes in infer used by learn
Infer
          The main entrance to MAP inference.
MCSAT
          The MC-SAT algorithm for marginal inference.
 

Classes in infer used by test
Infer
          The main entrance to MAP inference.