diff --git a/gtsam/hybrid/HybridBayesNet.h b/gtsam/hybrid/HybridBayesNet.h index 8acdd5b1b8..cedb379c20 100644 --- a/gtsam/hybrid/HybridBayesNet.h +++ b/gtsam/hybrid/HybridBayesNet.h @@ -118,6 +118,14 @@ class GTSAM_EXPORT HybridBayesNet : public BayesNet { return evaluate(values); } + /** + * @brief Assemble a DecisionTree of (GaussianBayesNet, double) leaves for + * each discrete assignment. + * The included double value is used to make + * constructing the model selection term cleaner and more efficient. + * + * @return GaussianBayesNetValTree + */ GaussianBayesNetValTree assembleTree() const; /*