Skip to content

Commit

Permalink
docstring for HybridBayesNet::assembleTree
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jan 3, 2024
1 parent bb95cd4 commit 6d50de8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gtsam/hybrid/HybridBayesNet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down

0 comments on commit 6d50de8

Please sign in to comment.