docstring for HybridBayesNet::assembleTree

release/4.3a0
Varun Agrawal 2024-01-03 16:40:04 -05:00
parent bb95cd40d6
commit 6d50de8c1c
1 changed files with 8 additions and 0 deletions

View File

@ -118,6 +118,14 @@ class GTSAM_EXPORT HybridBayesNet : public BayesNet<HybridConditional> {
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;
/*