Package infer

Provides MLN inference algorithms.

See:
          Description

Class Summary
Component A component in the MRF.
Infer The main entrance to MAP inference.
InferDual Run both MAP inference and marginal inference.
InferMAP The main entrance to MAP inference.
InferMarginal The main entrance to marginal inference.
Main  
MCSAT The MC-SAT algorithm for marginal inference.
MRF In-memory data structure representing an MRF.
MZone An memory area that stores part or the whole of the MRF.
MZone.CompThread A worker thread that runs inference on one component at a time.
PartInfer Partition-aware inference
Partition A partition of an MRF.
PartMap A partitioning scheme on the MRF.
PGInfer RDBM-based WalkSAT using PostgreSQL's stored procedures.
Stats Stats collected from inference.
Stats.ClauseCostComparator  
 

Package infer Description

Provides MLN inference algorithms. Currently supports MAP inference and Marginal inference.