23 #include <gtsam/inference/ClusterTree.h> 28 template<
class BAYESNET,
class GRAPH>
class EliminationTree;
49 template<
class BAYESTREE,
class GRAPH>
68 template<
class ETREE_BAYESNET,
class ETREE_GRAPH>
A cluster-tree that eliminates to a Bayes tree.
Definition: BayesTree.h:33
EliminatableClusterTree< BAYESTREE, GRAPH > Base
Our base class.
Definition: JunctionTree.h:56
JunctionTree< BAYESTREE, GRAPH > This
This class.
Definition: JunctionTree.h:54
boost::shared_ptr< This > shared_ptr
Shared pointer to this class.
Definition: JunctionTree.h:55
An elimination tree is a data structure used intermediately during elimination.
Definition: EliminationTree.h:51
static This FromEliminationTree(const ETREE &eliminationTree)
Build the junction tree from an elimination tree.
Definition: JunctionTree.h:65
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
Definition: JunctionTree.h:50