28 class DiscreteEliminationTree;
52 public JunctionTree<DiscreteBayesTree, DiscreteFactorGraph> {
Discrete Bayes Tree, the result of eliminating a DiscreteJunctionTree.
Global functions in a separate testing namespace.
Definition chartTesting.h:28
Elimination tree for discrete factors.
Definition DiscreteEliminationTree.h:33
An EliminatableClusterTree, i.e., a set of variable clusters with factors, arranged in a tree,...
Definition DiscreteJunctionTree.h:52
JunctionTree< DiscreteBayesTree, DiscreteFactorGraph > Base
Base class.
Definition DiscreteJunctionTree.h:54
boost::shared_ptr< This > shared_ptr
Shared pointer to this class.
Definition DiscreteJunctionTree.h:56
DiscreteJunctionTree This
This class.
Definition DiscreteJunctionTree.h:55
A Cluster is just a collection of factors.
Definition ClusterTree.h:36
A JunctionTree is a cluster tree, a set of variable clusters with factors, arranged in a tree,...
Definition JunctionTree.h:50