Public Member Functions | |
def | setUp (self) |
def | test_enumerate (self) |
def | test_from_floats (self) |
def | test_markdown (self) |
def | test_methods (self) |
def | test_multiplication (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) |
Public Attributes | |
A | |
B | |
factor | |
Tests for DecisionTreeFactors.
Definition at line 21 of file test_DecisionTreeFactor.py.
def test_DecisionTreeFactor.TestDecisionTreeFactor.setUp | ( | self | ) |
Definition at line 24 of file test_DecisionTreeFactor.py.
def test_DecisionTreeFactor.TestDecisionTreeFactor.test_enumerate | ( | self | ) |
Test whether we can enumerate the factor.
Definition at line 34 of file test_DecisionTreeFactor.py.
def test_DecisionTreeFactor.TestDecisionTreeFactor.test_from_floats | ( | self | ) |
Test whether we can construct a factor from floats.
Definition at line 29 of file test_DecisionTreeFactor.py.
def test_DecisionTreeFactor.TestDecisionTreeFactor.test_markdown | ( | self | ) |
Test whether the _repr_markdown_ method.
Definition at line 84 of file test_DecisionTreeFactor.py.
def test_DecisionTreeFactor.TestDecisionTreeFactor.test_methods | ( | self | ) |
Test whether we can call methods in python.
Definition at line 59 of file test_DecisionTreeFactor.py.
def test_DecisionTreeFactor.TestDecisionTreeFactor.test_multiplication | ( | self | ) |
Test whether multiplication works with overloading.
Definition at line 40 of file test_DecisionTreeFactor.py.
test_DecisionTreeFactor.TestDecisionTreeFactor.A |
Definition at line 25 of file test_DecisionTreeFactor.py.
test_DecisionTreeFactor.TestDecisionTreeFactor.B |
Definition at line 26 of file test_DecisionTreeFactor.py.
test_DecisionTreeFactor.TestDecisionTreeFactor.factor |
Definition at line 27 of file test_DecisionTreeFactor.py.