cc.mallet.grmm.inference.gbp
Interface RegionGraphGenerator
- All Known Implementing Classes:
- BPRegionGenerator, ClusterVariationalRegionGenerator, Kikuchi4SquareRegionGenerator
public interface RegionGraphGenerator
Interface for strategies that construct region graphs from arbitrary graphical models.
They choose both which factors should be grouped into a region, and what the connectivity
between regions should be.
Created: May 27, 2005
- Version:
- $Id: RegionGraphGenerator.java,v 1.1 2007/10/22 21:37:58 mccallum Exp $
- Author:
-
constructRegionGraph
cc.mallet.grmm.inference.gbp.RegionGraph constructRegionGraph(FactorGraph mdl)
- Construct a region graph from an artbitrary model.
- Parameters:
mdl
- Undirected Model to construct region graph from.