|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttuffy.ground.partition.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 | |
---|---|
PartitionScheme |
partitionAtoms(double ramBudgetPerPartition)
Agglomeratively cluster the atoms in the MRF into partitions while heuristically minimizing the (weighted) cut size. |
void |
partitionClauses(PartitionScheme pmap)
Given a partitioning scheme, partition the data accordingly. |
PartitionScheme |
partitionMRF(double maxPartitionSize)
|
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 PartitionScheme partitionAtoms(double ramBudgetPerPartition)
ramBudgetPerPartition
- size bound of a partition, roughly proportional to
the number of atoms and clauses in each partition
public void partitionClauses(PartitionScheme pmap)
public PartitionScheme partitionMRF(double maxPartitionSize)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |