29 class SymbolicConditional;
63 bool equals(
const This& other,
double tol = 1
e-9)
const;
67 friend class boost::serialization::access;
68 template<
class ARCHIVE>
70 ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(Base);
boost::shared_ptr< This > shared_ptr
boost::shared_ptr< This > shared_ptr
A clique in a SymbolicBayesTree.
BayesTree< SymbolicBayesTreeClique > Base
void serialize(ARCHIVE &ar, const unsigned int)
boost::weak_ptr< This > weak_ptr
virtual ~SymbolicBayesTreeClique()
BayesTreeCliqueBase< SymbolicBayesTreeClique, SymbolicFactorGraph > Base
Array< double, 1, 3 > e(1./3., 0.5, 2.)
SymbolicBayesTreeClique(const boost::shared_ptr< SymbolicConditional > &conditional)
Bayes Tree is a tree of cliques of a Bayes Chain.
SymbolicBayesTreeClique This
Base class for cliques of a BayesTree.
SymbolicBayesTreeClique()