|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.grmm.inference.gbp.ClusterVariationalRegionGenerator
public class ClusterVariationalRegionGenerator
Created: Jun 1, 2005
Nested Class Summary | |
---|---|
static interface |
ClusterVariationalRegionGenerator.BaseRegionComputer
|
static class |
ClusterVariationalRegionGenerator.ByFactorRegionComputer
Region computer where each top-level region consists of a single factor node. |
static class |
ClusterVariationalRegionGenerator.Grid2x2RegionComputer
|
Constructor Summary | |
---|---|
ClusterVariationalRegionGenerator()
|
|
ClusterVariationalRegionGenerator(ClusterVariationalRegionGenerator.BaseRegionComputer regionComputer)
|
Method Summary | |
---|---|
static void |
addAllFactors(FactorGraph mdl,
java.util.List regions)
|
cc.mallet.grmm.inference.gbp.RegionGraph |
constructRegionGraph(FactorGraph mdl)
Construct a region graph from an artbitrary model. |
static void |
removeSubsumedRegions(java.util.List regions)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClusterVariationalRegionGenerator()
public ClusterVariationalRegionGenerator(ClusterVariationalRegionGenerator.BaseRegionComputer regionComputer)
Method Detail |
---|
public cc.mallet.grmm.inference.gbp.RegionGraph constructRegionGraph(FactorGraph mdl)
RegionGraphGenerator
constructRegionGraph
in interface RegionGraphGenerator
mdl
- Undirected Model to construct region graph from.public static void removeSubsumedRegions(java.util.List regions)
public static void addAllFactors(FactorGraph mdl, java.util.List regions)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |