Public Member Functions | |
TestFixture () | |
Public Attributes | |
DiscreteBayesNet | bayesNet |
std::shared_ptr< DiscreteBayesTree > | bayesTree |
vector< DiscreteKey > | keys |
Definition at line 34 of file testDiscreteBayesTree.cpp.
|
inline |
Create a thin-tree Bayesnet, a la Jean-Guillaume Durand (former student), and then create the Bayes tree from it.
Definition at line 43 of file testDiscreteBayesTree.cpp.
DiscreteBayesNet TestFixture::bayesNet |
Definition at line 36 of file testDiscreteBayesTree.cpp.
std::shared_ptr<DiscreteBayesTree> TestFixture::bayesTree |
Definition at line 37 of file testDiscreteBayesTree.cpp.
vector<DiscreteKey> TestFixture::keys |
Definition at line 35 of file testDiscreteBayesTree.cpp.