From afcb93390ad05a93a8d9966e16184b935d76f4a8 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sun, 7 Jan 2024 15:54:40 -0500 Subject: [PATCH] document return type --- gtsam/hybrid/HybridBayesNet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtsam/hybrid/HybridBayesNet.h b/gtsam/hybrid/HybridBayesNet.h index 9d16a4e14..fe9010b1f 100644 --- a/gtsam/hybrid/HybridBayesNet.h +++ b/gtsam/hybrid/HybridBayesNet.h @@ -141,6 +141,8 @@ class GTSAM_EXPORT HybridBayesNet : public BayesNet { This can be computed by multiplying all the exponentiated errors of each of the conditionals. + + Return a tree where each leaf value is L(M_i;Z). */ AlgebraicDecisionTree modelSelection() const;