| Name | Description | Type | Package | Framework |
| AbstractFactor | An Abstract class from which new Factor classes can be subclassed. | Class | cc.mallet.grmm.types | Mallet |
|
| AbstractTableFactor | Class for a multivariate multinomial distribution. | Class | cc.mallet.grmm.types | Mallet |
|
| Assignment | An assignment to a bunch of variables. | Class | cc.mallet.grmm.types | Mallet |
|
| AssignmentIterator | Iterates over the assignments to a set of variables. | Interface | cc.mallet.grmm.types | Mallet |
|
| BetaFactor | $Id: BetaFactor. | Class | cc.mallet.grmm.types | Mallet |
|
| BidirectionalIntObjectMap | A mapping between integers and objects where the mapping in each direction is efficient. | Class | cc.mallet.grmm.types | Mallet |
|
| BinaryUnaryFactor | A factor over a continuous variable theta and binary variables var. | Class | cc.mallet.grmm.types | Mallet |
|
| BitVarSet | A clique that uses very little time and memory based on the flyweight pattern. | Class | cc.mallet.grmm.types | Mallet |
|
| BoltzmannPairFactor | A factor over a continuous variable theta and binary variables var. | Class | cc.mallet.grmm.types | Mallet |
|
| BoltzmannUnaryFactor | A factor over a continuous variable theta and binary variables var. | Class | cc.mallet.grmm.types | Mallet |
|
| ConstantFactor | $Id: ConstantFactor. | Class | cc.mallet.grmm.types | Mallet |
|
| CPT | $Id: CPT. | Class | cc.mallet.grmm.types | Mallet |
|
| DirectedModel | Class for directed graphical models. | Class | cc.mallet.grmm.types | Mallet |
|
| DiscreteFactor | $Id: DiscreteFactor. | Interface | cc.mallet.grmm.types | Mallet |
|
| Factor | Interface for multivariate discrete probability distributions. | Interface | cc.mallet.grmm.types | Mallet |
|
| FactorGraph | Class for undirected graphical models. | Class | cc.mallet.grmm.types | Mallet |
|
| Factors | A static utility class containing utility methods for dealing with factors, especially TableFactor objects. | Class | cc.mallet.grmm.types | Mallet |
|
| HashVarSet | A clique is a collection of nodes in a graph that are all adjacent. | Class | cc.mallet.grmm.types | Mallet |
|
| ListVarSet | A clique that uses very little time and memory based on the flyweight pattern, in the same way as BitVarSet. | Class | cc.mallet.grmm.types | Mallet |
|
| LogTableFactor | Created: Jan 4, 2006Version:$Id: LogTableFactor. | Class | cc.mallet.grmm.types | Mallet |
|
| NormalFactor | Multivariate Gaussian factor. | Class | cc.mallet.grmm.types | Mallet |
|
| ParameterizedFactor | A factor that supports taking derivatives with respect to its continuous variables. | Interface | cc.mallet.grmm.types | Mallet |
|
| PottsTableFactor | A factor over a continuous variable alpha and discrete variables x such that phi(x | Class | cc.mallet.grmm.types | Mallet |
|
| SkeletonFactor | A subclass of Factor in which all operations throw an UnsupportedOperationException. | Class | cc.mallet.grmm.types | Mallet |
|
| TableFactor | Created: Jan 4, 2006Version:$Id: TableFactor. | Class | cc.mallet.grmm.types | Mallet |
|
| Tree | Class for arbitrary trees, based on implementation in OpenJGraph. | Class | cc.mallet.grmm.types | Mallet |
|
| UndirectedGrid | A grid-shaped undirected graphical model. | Class | cc.mallet.grmm.types | Mallet |
|
| UndirectedModel | Class for pairwise undirected graphical models, also known as pairwise Markov random fields. | Class | cc.mallet.grmm.types | Mallet |
|
| UniformFactor | $Id: UniformFactor. | Class | cc.mallet.grmm.types | Mallet |
|
| UniNormalFactor | Univariate Gaussian factor. | Class | cc.mallet.grmm.types | Mallet |
|
| Universe | A global mapping between variables and indices. | Class | cc.mallet.grmm.types | Mallet |
|
| UnmodifiableVarSet | Created: Dec 15, 2005Version:$Id: UnmodifiableVarSet. | Class | cc.mallet.grmm.types | Mallet |
|
| Variable | Class for a discrete random variable in a graphical model. | Class | cc.mallet.grmm.types | Mallet |
|
| VarSet | Interface for classes that maintain a set of variables in a specified order. | Interface | cc.mallet.grmm.types | Mallet |