gtsam
4.0.0
gtsam
|
Decision Tree for use in DiscreteFactors. More...
Go to the source code of this file.
Classes | |
class | gtsam::DecisionTree< L, Y > |
Decision Tree L = label for variables Y = function range (any algebra), e.g., bool, int, double. More... | |
class | gtsam::DecisionTree< L, Y >::Node |
---------------------— Node base class ------------------------— More... | |
Namespaces | |
gtsam | |
Global functions in a separate testing namespace. | |
Functions | |
template<typename Y , typename L > | |
DecisionTree< L, Y > | gtsam::apply (const DecisionTree< L, Y > &f, const typename DecisionTree< L, Y >::Unary &op) |
free versions of apply | |
template<typename Y , typename L > | |
DecisionTree< L, Y > | gtsam::apply (const DecisionTree< L, Y > &f, const DecisionTree< L, Y > &g, const typename DecisionTree< L, Y >::Binary &op) |
Decision Tree for use in DiscreteFactors.