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;
DiscreteBayesTree()
Default constructor, creates an empty Bayes tree.
Definition: DiscreteBayesTree.h:60
Template to create a binary predicate.
Definition: Testable.h:110
This is the base class for BayesTree cliques.
Definition: BayesTreeCliqueBase.h:48
Definition: BayesTree.h:64
Base class for cliques of a BayesTree.
A Bayes tree representing a Discrete density.
Definition: DiscreteBayesTree.h:49
A clique in a DiscreteBayesTree.
Definition: DiscreteBayesTree.h:35
Global functions in a separate testing namespace.
Definition: chartTesting.h:28
Bayes Tree is a tree of cliques of a Bayes Chain.