#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/Testable.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 240 of file testDecisionTreeFactor.cpp.
DecisionTreeFactor create | ( | const Signature & | signature | ) |
Convert Signature into CPT
Definition at line 34 of file testDecisionTreeFactor.cpp.
int main | ( | ) |
Definition at line 377 of file testDecisionTreeFactor.cpp.
void maybeSaveDotFile | ( | const DecisionTreeFactor & | f, |
const string & | filename | ||
) |
Definition at line 242 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
ComputeThreshold | |||
) |
Definition at line 188 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
constructors | |||
) |
Definition at line 52 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
ConstructorsMatch | |||
) |
Definition at line 40 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
Divide | |||
) |
Definition at line 115 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
DotWithNames | |||
) |
Definition at line 295 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
enumerate | |||
) |
Definition at line 157 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
Error | |||
) |
Definition at line 79 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
htmlWithValueFormatter | |||
) |
Definition at line 350 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
joint | |||
) |
Definition at line 252 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
markdown | |||
) |
Definition at line 310 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
markdownWithValueFormatter | |||
) |
Definition at line 329 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
multiplication | |||
) |
Definition at line 97 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
Prune | |||
) |
Definition at line 211 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
sum_max | |||
) |
Definition at line 136 of file testDecisionTreeFactor.cpp.