infer
Class PartMap
java.lang.Object
infer.PartMap
public class PartMap
- extends java.lang.Object
A partitioning scheme on the MRF.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxCompSize
public double maxCompSize
maxNumAtomsInComp
public double maxNumAtomsInComp
maxNumAtomsInPart
public double maxNumAtomsInPart
maxPartSize
public double maxPartSize
totalSize
public double totalSize
PartMap
public PartMap(java.util.ArrayList<Component> comps)
getCompByID
public Component getCompByID(int id)
getCompByPartID
public Component getCompByPartID(int pid)
getMRFByPartID
public MRF getMRFByPartID(int pid)
getPartitionByID
public Partition getPartitionByID(int pid)
numAtoms
public long numAtoms()
numComponents
public int numComponents()
numParts
public int numParts()
showStats
public void showStats()
- Show stats about this partitioning scheme.
size
public double size()
- Estimated size to hold everything.