Uses of Package
tuffy.infer

Packages that use tuffy.infer
tuffy.ground.partition Data structures and algorithms for MRF partitioning. 
tuffy.helper Misc functionalities to help develop MLN programs. 
tuffy.infer Provides MLN inference algorithms. 
tuffy.learn Provides weight learning in Tuffy. 
tuffy.main Entrances to Tuffy. 
 

Classes in tuffy.infer used by tuffy.ground.partition
MRF
          In-memory data structure representing an MRF.
 

Classes in tuffy.infer used by tuffy.helper
MRF
          In-memory data structure representing an MRF.
 

Classes in tuffy.infer used by tuffy.infer
DataMover
          Methods for moving data around between the RDBMS and memory, as well as writing inference results to files.
InferBucket
          A bucket of inference tasks that can run in prallel.
MRF
          In-memory data structure representing an MRF.
MRF.INIT_STRATEGY
           
 

Classes in tuffy.infer used by tuffy.learn
MRF
          In-memory data structure representing an MRF.
 

Classes in tuffy.infer used by tuffy.main
DataMover
          Methods for moving data around between the RDBMS and memory, as well as writing inference results to files.