28 template<
class BAYESNET,
class GRAPH>
class EliminationTree;
49 template<
class BAYESTREE,
class GRAPH>
68 template<
class ETREE_BAYESNET,
class ETREE_GRAPH>
Collects factorgraph fragments defined on variable clusters, arranged in a tree.
Global functions in a separate testing namespace.
Definition chartTesting.h:28
A cluster-tree that eliminates to a Bayes tree.
Definition ClusterTree.h:184
An elimination tree is a data structure used intermediately during elimination.
Definition EliminationTree.h:52
A JunctionTree is a cluster tree, a set of variable clusters with factors, arranged in a tree,...
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