cc.mallet.grmm.inference.gbp
Class Kikuchi4SquareRegionGenerator

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

public class Kikuchi4SquareRegionGenerator
extends java.lang.Object
implements RegionGraphGenerator

Created: May 31, 2005

Version:
$Id: Kikuchi4SquareRegionGenerator.java,v 1.1 2007/10/22 21:37:58 mccallum Exp $
Author:
Constructor Summary
Kikuchi4SquareRegionGenerator()
           
 
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

Kikuchi4SquareRegionGenerator

public Kikuchi4SquareRegionGenerator()
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.