|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgrounding.Partitioning
public class Partitioning
Utilities for partitioning the MRF generated by the grounding process.
Constructor Summary | |
---|---|
Partitioning(Grounding g)
Construct a partitioning worker based on the grounding result. |
Method Summary | |
---|---|
PartMap |
clusterAtoms(double ramBudget)
Agglomeratively cluster the atoms in the MRF into partitions while heuristically minimizing the (weighted) cut size. |
void |
partitionMRF(PartMap pmap)
Given a partitioning scheme, partition the data accordingly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Partitioning(Grounding g)
g
- the grounding workerMethod Detail |
---|
public PartMap clusterAtoms(double ramBudget)
ramBudget
- size bound of a partition, roughly proportional to
the number of atoms and clauses in each partition
public void partitionMRF(PartMap pmap)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |