Uses of Class
tuffy.infer.ds.KeyBlock

Packages that use KeyBlock
tuffy.infer Provides MLN inference algorithms. 
tuffy.infer.ds Data structures used to represent MRFs. 
 

Uses of KeyBlock in tuffy.infer
 

Fields in tuffy.infer declared as KeyBlock
 KeyBlock MRF.keyBlock
           
 

Uses of KeyBlock in tuffy.infer.ds
 

Methods in tuffy.infer.ds with parameters of type KeyBlock
 double GAtom.delta(KeyBlock keyBlock)
           
 java.util.ArrayList<GAtom> GAtom.flip(KeyBlock keyBlock)