#include <CppUnitLite/TestHarness.h>#include <gtsam/base/Testable.h>#include <gtsam/base/TestableAssertions.h>#include <gtsam/base/serializationTestHelpers.h>#include <gtsam/discrete/DecisionTreeFactor.h>#include <gtsam/discrete/DiscreteDistribution.h>#include <gtsam/discrete/DiscreteFactor.h>#include <gtsam/discrete/Signature.h>#include <gtsam/inference/Key.h>#include <gtsam/inference/Ordering.h>
Go to the source code of this file.
Namespaces | |
| pruning_fixture | |
Macros | |
| #define | DISABLE_DOT |
| #define DISABLE_DOT |
Definition at line 287 of file testDecisionTreeFactor.cpp.
| DecisionTreeFactor create | ( | const Signature & | signature | ) |
Convert Signature into CPT
Definition at line 35 of file testDecisionTreeFactor.cpp.
| int main | ( | ) |
Definition at line 424 of file testDecisionTreeFactor.cpp.
| void maybeSaveDotFile | ( | const DecisionTreeFactor & | f, |
| const string & | filename | ||
| ) |
Definition at line 289 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| ComputeThreshold | |||
| ) |
Definition at line 229 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| constructors | |||
| ) |
Definition at line 53 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| ConstructorsMatch | |||
| ) |
Definition at line 41 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| Divide | |||
| ) |
Definition at line 116 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| DotWithNames | |||
| ) |
Definition at line 342 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| enumerate | |||
| ) |
Definition at line 159 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| Error | |||
| ) |
Definition at line 80 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| htmlWithValueFormatter | |||
| ) |
Definition at line 397 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| joint | |||
| ) |
Definition at line 299 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| markdown | |||
| ) |
Definition at line 357 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| markdownWithValueFormatter | |||
| ) |
Definition at line 376 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| multiplication | |||
| ) |
Definition at line 98 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| Prune | |||
| ) |
Definition at line 252 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| Restrict | |||
| ) |
Definition at line 177 of file testDecisionTreeFactor.cpp.
| TEST | ( | DecisionTreeFactor | , |
| sum_max | |||
| ) |
Definition at line 138 of file testDecisionTreeFactor.cpp.