
| Public Member Functions | |
| def | test_direct_from_cliques (self) | 
| def | test_discrete_bayes_tree_lookup (self) | 
| def | test_elimination (self) | 
|  Public Member Functions inherited from gtsam.utils.test_case.GtsamTestCase | |
| def | assertDeepCopyEquality (self, obj) | 
| None | assertEqualityOnPickleRoundtrip (self, object obj, tol=1e-9) | 
| def | gtsamAssertEquals (self, actual, expected, tol=1e-9) | 
Tests for Discrete Bayes Nets.
Definition at line 26 of file test_DiscreteBayesTree.py.
| def test_DiscreteBayesTree.TestDiscreteBayesNet.test_direct_from_cliques | ( | self | ) | 
Test creating a Bayes tree directly from cliques.
Definition at line 160 of file test_DiscreteBayesTree.py.
| def test_DiscreteBayesTree.TestDiscreteBayesNet.test_discrete_bayes_tree_lookup | ( | self | ) | 
Check that we can have a multi-frontal lookup table.
Definition at line 102 of file test_DiscreteBayesTree.py.
| def test_DiscreteBayesTree.TestDiscreteBayesNet.test_elimination | ( | self | ) | 
Test Multifrontal elimination.
Definition at line 29 of file test_DiscreteBayesTree.py.