cc.mallet.grmm.inference.gbp
Class FactorizedRegion

java.lang.Object
  extended by cc.mallet.grmm.inference.gbp.FactorizedRegion

public class FactorizedRegion
extends java.lang.Object

A more space-efficient Region class that doesn't maintain a global factor over all assignments to the region. Created: Jun 3, 2005

Version:
$Id: FactorizedRegion.java,v 1.1 2007/10/22 21:37:58 mccallum Exp $
Author:
Constructor Summary
FactorizedRegion(java.util.List factors)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactorizedRegion

public FactorizedRegion(java.util.List factors)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object