diff --git a/gtsam/discrete/DecisionTreeFactor.h b/gtsam/discrete/DecisionTreeFactor.h index 6cce6e5d4..e90a2f96f 100644 --- a/gtsam/discrete/DecisionTreeFactor.h +++ b/gtsam/discrete/DecisionTreeFactor.h @@ -147,6 +147,9 @@ namespace gtsam { /// @name Advanced Interface /// @{ + /// Inherit all the `apply` methods from AlgebraicDecisionTree + using ADT::apply; + /** * Apply binary operator (*this) "op" f * @param f the second argument for op