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
DiscreteJunctionTree::Cluster DiscreteCluster
typedef for wrapper:
Definition DiscreteJunctionTree.h:70
Elimination tree for discrete factors.
Definition DiscreteEliminationTree.h:33
JunctionTree< DiscreteBayesTree, DiscreteFactorGraph > Base
Base class.
Definition DiscreteJunctionTree.h:54
DiscreteJunctionTree(const DiscreteEliminationTree &eliminationTree)
Build the elimination tree of a factor graph using precomputed column structure.
Definition DiscreteJunctionTree.cpp:30
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
JunctionTree(const EliminationTree< ETREE_BAYESNET, ETREE_GRAPH > &eliminationTree)