#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/Testable.h>
#include <gtsam/base/Vector.h>
#include <gtsam/base/debug.h>
#include <gtsam/discrete/DiscreteBayesNet.h>
#include <gtsam/discrete/DiscreteFactorGraph.h>
#include <gtsam/discrete/DiscreteMarginals.h>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Typedefs | |
using | ADT = AlgebraicDecisionTree< Key > |
Functions | |
static const DiscreteKey | Asia (0, 2) |
static const DiscreteKey | Bronchitis (7, 2) |
static const DiscreteKey | Dyspnea (1, 2) |
static const DiscreteKey | Either (5, 2) |
static const DiscreteKey | LungCancer (6, 2) |
int | main () |
static const DiscreteKey | Smoking (4, 2) |
TEST (DiscreteBayesNet, Asia) | |
TEST (DiscreteBayesNet, bayesNet) | |
TEST (DiscreteBayesNet, Dot) | |
TEST (DiscreteBayesNet, markdown) | |
TEST (DiscreteBayesNet, Sugar) | |
static const DiscreteKey | Tuberculosis (3, 2) |
static const DiscreteKey | XRay (2, 2) |
using ADT = AlgebraicDecisionTree<Key> |
Definition at line 37 of file testDiscreteBayesNet.cpp.
|
static |
static const DiscreteKey Bronchitis | ( | 7 | , |
2 | |||
) |
static const DiscreteKey Dyspnea | ( | 1 | , |
2 | |||
) |
static const DiscreteKey Either | ( | 5 | , |
2 | |||
) |
static const DiscreteKey LungCancer | ( | 6 | , |
2 | |||
) |
int main | ( | ) |
Definition at line 193 of file testDiscreteBayesNet.cpp.
static const DiscreteKey Smoking | ( | 4 | , |
2 | |||
) |
TEST | ( | DiscreteBayesNet | , |
Asia | |||
) |
Definition at line 69 of file testDiscreteBayesNet.cpp.
TEST | ( | DiscreteBayesNet | , |
bayesNet | |||
) |
Definition at line 40 of file testDiscreteBayesNet.cpp.
TEST | ( | DiscreteBayesNet | , |
Dot | |||
) |
Definition at line 139 of file testDiscreteBayesNet.cpp.
TEST | ( | DiscreteBayesNet | , |
markdown | |||
) |
Definition at line 168 of file testDiscreteBayesNet.cpp.
TEST | ( | DiscreteBayesNet | , |
Sugar | |||
) |
Definition at line 124 of file testDiscreteBayesNet.cpp.
static const DiscreteKey Tuberculosis | ( | 3 | , |
2 | |||
) |
static const DiscreteKey XRay | ( | 2 | , |
2 | |||
) |