#include <DiscreteFactorGraph.h>
Public Types | |
typedef DiscreteBayesNet | BayesNetType |
Type of Bayes net from sequential elimination. More... | |
typedef DiscreteBayesTree | BayesTreeType |
Type of Bayes tree. More... | |
typedef DiscreteConditional | ConditionalType |
Type of conditionals from elimination. More... | |
typedef DiscreteEliminationTree | EliminationTreeType |
Type of elimination tree. More... | |
typedef DiscreteFactorGraph | FactorGraphType |
Type of the factor graph (e.g. DiscreteFactorGraph) More... | |
typedef DiscreteFactor | FactorType |
Type of factors in factor graph. More... | |
typedef DiscreteJunctionTree | JunctionTreeType |
Type of Junction tree. More... | |
Static Public Member Functions | |
static std::pair< std::shared_ptr< ConditionalType >, std::shared_ptr< FactorType > > | DefaultEliminate (const FactorGraphType &factors, const Ordering &keys) |
The default dense elimination function. More... | |
static Ordering | DefaultOrderingFunc (const FactorGraphType &graph, std::optional< std::reference_wrapper< const VariableIndex >> variableIndex) |
The default ordering generation function. More... | |
Definition at line 69 of file DiscreteFactorGraph.h.
Type of Bayes net from sequential elimination.
Definition at line 74 of file DiscreteFactorGraph.h.
Type of Bayes tree.
Definition at line 76 of file DiscreteFactorGraph.h.
Type of conditionals from elimination.
Definition at line 73 of file DiscreteFactorGraph.h.
typedef DiscreteEliminationTree gtsam::EliminationTraits< DiscreteFactorGraph >::EliminationTreeType |
Type of elimination tree.
Definition at line 75 of file DiscreteFactorGraph.h.
Type of the factor graph (e.g. DiscreteFactorGraph)
Definition at line 72 of file DiscreteFactorGraph.h.
Type of factors in factor graph.
Definition at line 71 of file DiscreteFactorGraph.h.
Type of Junction tree.
Definition at line 77 of file DiscreteFactorGraph.h.
|
inlinestatic |
The default dense elimination function.
Definition at line 82 of file DiscreteFactorGraph.h.
|
inlinestatic |
The default ordering generation function.
Definition at line 87 of file DiscreteFactorGraph.h.