Uses of Interface
cc.mallet.grmm.types.DiscreteFactor

Packages that use DiscreteFactor
cc.mallet.grmm.types   
 

Uses of DiscreteFactor in cc.mallet.grmm.types
 

Classes in cc.mallet.grmm.types that implement DiscreteFactor
 class AbstractTableFactor
          Class for a multivariate multinomial distribution.
 class BoltzmannPairFactor
          A factor over a continuous variable theta and binary variables var.
 class BoltzmannUnaryFactor
          A factor over a continuous variable theta and binary variables var.
 class CPT
          $Id: CPT.java,v 1.1 2007/10/22 21:37:44 mccallum Exp $
 class LogTableFactor
          Created: Jan 4, 2006
 class TableFactor
          Created: Jan 4, 2006
 

Methods in cc.mallet.grmm.types that return DiscreteFactor
protected  DiscreteFactor AbstractTableFactor.ensureOperandCompatible(DiscreteFactor ptl)
          Ensures that this.inLogSpace == ptl.inLogSpace.
static DiscreteFactor TableFactor.multiplyAll(Factor[] phis)
           
 

Methods in cc.mallet.grmm.types with parameters of type DiscreteFactor
protected  void TableFactor.divideByInternal(DiscreteFactor ptl)
           
protected  void LogTableFactor.divideByInternal(DiscreteFactor ptl)
           
protected abstract  void AbstractTableFactor.divideByInternal(DiscreteFactor ptl)
           
protected  DiscreteFactor AbstractTableFactor.ensureOperandCompatible(DiscreteFactor ptl)
          Ensures that this.inLogSpace == ptl.inLogSpace.
protected  void TableFactor.multiplyByInternal(DiscreteFactor ptl)
           
protected  void LogTableFactor.multiplyByInternal(DiscreteFactor ptl)
          Does the conceptual equivalent of this *= pot.
protected abstract  void AbstractTableFactor.multiplyByInternal(DiscreteFactor ptl)
           
protected  void TableFactor.plusEqualsInternal(DiscreteFactor ptl)
           
protected  void LogTableFactor.plusEqualsInternal(DiscreteFactor ptl)
          Does the conceptual equivalent of this += pot.
protected abstract  void AbstractTableFactor.plusEqualsInternal(DiscreteFactor ptl)
           
static TableFactor Factors.retainMass(DiscreteFactor ptl, double alpha)
           
 void CPT.setSubFactor(DiscreteFactor subFactor)
           
 

Constructors in cc.mallet.grmm.types with parameters of type DiscreteFactor
CPT(DiscreteFactor subFactor, Variable child)