Uses of Class
grounding.LazyGrounding

Packages that use LazyGrounding
infer Provides MLN inference algorithms. 
 

Uses of LazyGrounding in infer
 

Constructors in infer with parameters of type LazyGrounding
BDBStore(MarkovLogicNetwork mln, LazyGrounding grounding, boolean needIndex)
          Creates a BDB store to host inference algorithms.
SweepSAT(MarkovLogicNetwork mln, LazyGrounding grounding)
           
WalkSAT(MarkovLogicNetwork mln, LazyGrounding grounding)