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>
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
A cluster-tree that eliminates to a Bayes tree.
Definition: ClusterTree.h:184
A cluster-tree is associated with a factor graph and is defined as in Koller-Friedman: each node k re...
Definition: ClusterTree.h:25
An elimination tree is a data structure used intermediately during elimination.
Definition: EliminationTree.h:52
Definition: JunctionTree.h:50
static This FromEliminationTree(const ETREE &eliminationTree)
Build the junction tree from an elimination tree.
Definition: JunctionTree.h:65
JunctionTree< BAYESTREE, GRAPH > This
This class.
Definition: JunctionTree.h:54
EliminatableClusterTree< BAYESTREE, GRAPH > Base
Our base class.
Definition: JunctionTree.h:56
boost::shared_ptr< This > shared_ptr
Shared pointer to this class.
Definition: JunctionTree.h:55