Uses of Class
infer.PartMap

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

Uses of PartMap in grounding
 

Methods in grounding that return PartMap
 PartMap Partitioning.clusterAtoms(double ramBudget)
          Agglomeratively cluster the atoms in the MRF into partitions while heuristically minimizing the (weighted) cut size.
 

Methods in grounding with parameters of type PartMap
 void Partitioning.partitionMRF(PartMap pmap)
          Given a partitioning scheme, partition the data accordingly.
 

Uses of PartMap in infer
 

Constructors in infer with parameters of type PartMap
MZone(RDB db, PartMap pmap, java.util.ArrayList<Component> comps)
          Construct a memory zone to hold a number of components.
MZone(RDB db, PartMap pmap, boolean wholeComps)
          Construct an initially empty memory zone.
MZone(RDB db, PartMap pmap, Component comp, java.util.ArrayList<Partition> parts)
          Construct a memory zone to hold a number of partitions in a certain component.