Uses of Package
cc.mallet.grmm.types

Packages that use cc.mallet.grmm.types
cc.mallet.grmm.inference   
cc.mallet.grmm.inference.gbp   
cc.mallet.grmm.learning   
cc.mallet.grmm.test   
cc.mallet.grmm.types   
cc.mallet.grmm.util   
 

Classes in cc.mallet.grmm.types used by cc.mallet.grmm.inference
Assignment
          An assignment to a bunch of variables.
DirectedModel
          Class for directed graphical models.
Factor
          Interface for multivariate discrete probability distributions.
FactorGraph
          Class for undirected graphical models.
TableFactor
          Created: Jan 4, 2006
Tree
          Class for arbitrary trees, based on implementation in OpenJGraph.
UndirectedGrid
          A grid-shaped undirected graphical model.
UndirectedModel
          Class for pairwise undirected graphical models, also known as pairwise Markov random fields.
Variable
          Class for a discrete random variable in a graphical model.
VarSet
          Interface for classes that maintain a set of variables in a specified order.
 

Classes in cc.mallet.grmm.types used by cc.mallet.grmm.inference.gbp
Assignment
          An assignment to a bunch of variables.
Factor
          Interface for multivariate discrete probability distributions.
FactorGraph
          Class for undirected graphical models.
Variable
          Class for a discrete random variable in a graphical model.
VarSet
          Interface for classes that maintain a set of variables in a specified order.
 

Classes in cc.mallet.grmm.types used by cc.mallet.grmm.learning
AbstractTableFactor
          Class for a multivariate multinomial distribution.
Assignment
          An assignment to a bunch of variables.
Factor
          Interface for multivariate discrete probability distributions.
FactorGraph
          Class for undirected graphical models.
HashVarSet
          A clique is a collection of nodes in a graph that are all adjacent.
UndirectedModel
          Class for pairwise undirected graphical models, also known as pairwise Markov random fields.
Variable
          Class for a discrete random variable in a graphical model.
VarSet
          Interface for classes that maintain a set of variables in a specified order.
 

Classes in cc.mallet.grmm.types used by cc.mallet.grmm.test
UndirectedModel
          Class for pairwise undirected graphical models, also known as pairwise Markov random fields.
 

Classes in cc.mallet.grmm.types used by cc.mallet.grmm.types
AbstractFactor
          An Abstract class from which new Factor classes can be subclassed.
AbstractTableFactor
          Class for a multivariate multinomial distribution.
Assignment
          An assignment to a bunch of variables.
AssignmentIterator
          Iterates over the assignments to a set of variables.
BidirectionalIntObjectMap
          A mapping between integers and objects where the mapping in each direction is efficient.
BitVarSet
          A clique that uses very little time and memory based on the flyweight pattern.
CPT
          $Id: CPT.java,v 1.1 2007/10/22 21:37:44 mccallum Exp $
DiscreteFactor
          $Id: DiscreteFactor.java,v 1.1 2007/10/22 21:37:44 mccallum Exp $
Factor
          Interface for multivariate discrete probability distributions.
FactorGraph
          Class for undirected graphical models.
LogTableFactor
          Created: Jan 4, 2006
ParameterizedFactor
          A factor that supports taking derivatives with respect to its continuous variables.
TableFactor
          Created: Jan 4, 2006
Tree
          Class for arbitrary trees, based on implementation in OpenJGraph.
UndirectedModel
          Class for pairwise undirected graphical models, also known as pairwise Markov random fields.
Universe
          A global mapping between variables and indices.
Variable
          Class for a discrete random variable in a graphical model.
VarSet
          Interface for classes that maintain a set of variables in a specified order.
 

Classes in cc.mallet.grmm.types used by cc.mallet.grmm.util
AbstractFactor
          An Abstract class from which new Factor classes can be subclassed.
Assignment
          An assignment to a bunch of variables.
Factor
          Interface for multivariate discrete probability distributions.
FactorGraph
          Class for undirected graphical models.
UndirectedModel
          Class for pairwise undirected graphical models, also known as pairwise Markov random fields.
Variable
          Class for a discrete random variable in a graphical model.
VarSet
          Interface for classes that maintain a set of variables in a specified order.