#include <gtsam/discrete/Signature.h>
#include <gtsam/discrete/DecisionTreeFactor.h>
#include <gtsam/base/Testable.h>
#include <CppUnitLite/TestHarness.h>
#include <boost/assign/std/map.hpp>
Go to the source code of this file.
Functions | |
int | main () |
TEST (DecisionTreeFactor, constructors) | |
TEST (DecisionTreeFactor, sum_max) | |
TEST_UNSAFE (DecisionTreeFactor, multiplication) | |
int main | ( | void | ) |
Definition at line 102 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
constructors | |||
) |
Definition at line 31 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
sum_max | |||
) |
Definition at line 75 of file testDecisionTreeFactor.cpp.
TEST_UNSAFE | ( | DecisionTreeFactor | , |
multiplication | |||
) |
Definition at line 56 of file testDecisionTreeFactor.cpp.