#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 210 of file testDecisionTreeFactor.cpp.
DecisionTreeFactor create | ( | const Signature & | signature | ) |
Convert Signature into CPT
Definition at line 221 of file testDecisionTreeFactor.cpp.
int main | ( | ) |
Definition at line 353 of file testDecisionTreeFactor.cpp.
void maybeSaveDotFile | ( | const DecisionTreeFactor & | f, |
const string & | filename | ||
) |
Definition at line 212 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
ComputeThreshold | |||
) |
Definition at line 158 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
constructors | |||
) |
Definition at line 46 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
ConstructorsMatch | |||
) |
Definition at line 34 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
DotWithNames | |||
) |
Definition at line 271 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
enumerate | |||
) |
Definition at line 127 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
Error | |||
) |
Definition at line 73 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
htmlWithValueFormatter | |||
) |
Definition at line 326 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
joint | |||
) |
Definition at line 228 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
markdown | |||
) |
Definition at line 286 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
markdownWithValueFormatter | |||
) |
Definition at line 305 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
multiplication | |||
) |
Definition at line 91 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
Prune | |||
) |
Definition at line 181 of file testDecisionTreeFactor.cpp.
TEST | ( | DecisionTreeFactor | , |
sum_max | |||
) |
Definition at line 109 of file testDecisionTreeFactor.cpp.