cc.mallet.grmm.inference.gbp
Class BPRegionGenerator

java.lang.Object
  extended by cc.mallet.grmm.inference.gbp.BPRegionGenerator
All Implemented Interfaces:
RegionGraphGenerator

public class BPRegionGenerator
extends java.lang.Object
implements RegionGraphGenerator

Created: May 30, 2005

Version:
$Id: BPRegionGenerator.java,v 1.1 2007/10/22 21:37:58 mccallum Exp $
Author:
Constructor Summary
BPRegionGenerator()
           
 
Method Summary
 cc.mallet.grmm.inference.gbp.RegionGraph constructRegionGraph(FactorGraph mdl)
          Construct a region graph from an artbitrary model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPRegionGenerator

public BPRegionGenerator()
Method Detail

constructRegionGraph

public cc.mallet.grmm.inference.gbp.RegionGraph constructRegionGraph(FactorGraph mdl)
Description copied from interface: RegionGraphGenerator
Construct a region graph from an artbitrary model.

Specified by:
constructRegionGraph in interface RegionGraphGenerator
Parameters:
mdl - Undirected Model to construct region graph from.