Public Member Functions | |
def | test_discrete_bayes_tree_lookup (self) |
def | test_elimination (self) |
Public Member Functions inherited from gtsam.utils.test_case.GtsamTestCase | |
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_discrete_bayes_tree_lookup | ( | self | ) |
Check that we can have a multi-frontal lookup table.
Definition at line 101 of file test_DiscreteBayesTree.py.
def test_DiscreteBayesTree.TestDiscreteBayesNet.test_elimination | ( | self | ) |
Test Multifrontal elimination.
Definition at line 29 of file test_DiscreteBayesTree.py.