Public Member Functions | |
TestFixture () | |
Public Attributes | |
std::vector< DiscreteValues > | assignments |
DiscreteBayesNet | bayesNet |
std::shared_ptr< DiscreteBayesTree > | bayesTree |
DiscreteKeys | 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 44 of file testDiscreteBayesTree.cpp.
std::vector<DiscreteValues> TestFixture::assignments |
Definition at line 36 of file testDiscreteBayesTree.cpp.
DiscreteBayesNet TestFixture::bayesNet |
Definition at line 37 of file testDiscreteBayesTree.cpp.
std::shared_ptr<DiscreteBayesTree> TestFixture::bayesTree |
Definition at line 38 of file testDiscreteBayesTree.cpp.
DiscreteKeys TestFixture::keys |
Definition at line 35 of file testDiscreteBayesTree.cpp.