Uses of Class
grounding.Grounding

Packages that use Grounding
grounding Provides facilities for grounding MLNs, including KBMC, SQL-based grounding, and MRF partitioning. 
infer Provides MLN inference algorithms. 
 

Uses of Grounding in grounding
 

Constructors in grounding with parameters of type Grounding
Partitioning(Grounding g)
          Construct a partitioning worker based on the grounding result.
 

Uses of Grounding in infer
 

Fields in infer declared as Grounding
protected  Grounding Infer.grounding
          Grounding worker.
 

Methods in infer with parameters of type Grounding
 void PartInfer.partition(Grounding g)
          Partition the MRF produced by the grounding process.
 

Constructors in infer with parameters of type Grounding
MCSAT(Grounding grounding)
          Constructor of MCSAT.
PGInfer(Grounding g)