Public Member Functions | |
def | test_evaluation (self) |
def | test_MPE (self) |
def | test_optimize (self) |
def | test_sumProduct (self) |
![]() | |
def | assertDeepCopyEquality (self, obj) |
None | assertEqualityOnPickleRoundtrip (self, object obj, tol=1e-9) |
def | gtsamAssertEquals (self, actual, expected, tol=1e-9) |
Tests for Discrete Factor Graphs.
Definition at line 32 of file test_DiscreteFactorGraph.py.
def test_DiscreteFactorGraph.TestDiscreteFactorGraph.test_evaluation | ( | self | ) |
Test constructing and evaluating a discrete factor graph.
Definition at line 35 of file test_DiscreteFactorGraph.py.
def test_DiscreteFactorGraph.TestDiscreteFactorGraph.test_MPE | ( | self | ) |
Test maximum probable explanation (MPE): same as optimize.
Definition at line 111 of file test_DiscreteFactorGraph.py.
def test_DiscreteFactorGraph.TestDiscreteFactorGraph.test_optimize | ( | self | ) |
Test constructing and optizing a discrete factor graph.
Definition at line 89 of file test_DiscreteFactorGraph.py.
def test_DiscreteFactorGraph.TestDiscreteFactorGraph.test_sumProduct | ( | self | ) |
Test sumProduct.
Definition at line 137 of file test_DiscreteFactorGraph.py.