Uses of Package
tuffy.ground.partition

Packages that use tuffy.ground.partition
tuffy.ground.partition Data structures and algorithms for MRF partitioning. 
tuffy.infer Provides MLN inference algorithms. 
 

Classes in tuffy.ground.partition used by tuffy.ground.partition
Component
          A component in the MRF.
Partition
          A partition is a subgraph of an MRF component.
PartitionScheme
          A partitioning scheme on an MRF.
 

Classes in tuffy.ground.partition used by tuffy.infer
Bucket
          A partition bucket is either 1) one or multiple components in whole; or 2) one or multiple partitions of one component.
Component
          A component in the MRF.
Partitioning
          Utilities for partitioning the MRF generated by the grounding process.
PartitionScheme
          A partitioning scheme on an MRF.