30 class DiscreteConditional;
41 typedef boost::shared_ptr<This> shared_ptr;
42 typedef boost::weak_ptr<This> weak_ptr;
57 typedef boost::shared_ptr<This> shared_ptr;
63 bool equals(
const This& other,
double tol = 1e-9)
const;
A clique in a DiscreteBayesTree.
Definition: DiscreteBayesTree.h:35
Definition: BayesTree.h:64
Bayes Tree is a tree of cliques of a Bayes Chain.
A Bayes tree representing a Discrete density.
Definition: DiscreteBayesTree.h:49
DiscreteBayesTree()
Default constructor, creates an empty Bayes tree.
Definition: DiscreteBayesTree.h:60
Template to create a binary predicate.
Definition: Testable.h:110
Base class for cliques of a BayesTree.
This is the base class for BayesTree cliques.
Definition: BayesTreeCliqueBase.h:44
Global functions in a separate testing namespace.
Definition: chartTesting.h:28