update docstring

release/4.3a0
Varun Agrawal 2025-01-21 20:49:37 -05:00
parent abbbde980f
commit 600a87bbbc
1 changed files with 2 additions and 1 deletions

View File

@ -209,7 +209,8 @@ class GTSAM_EXPORT HybridBayesNet : public BayesNet<HybridConditional> {
* @brief Prune the Bayes Net such that we have at most maxNrLeaves leaves.
*
* @param maxNrLeaves Continuous values at which to compute the error.
* @param removeDeadModes
* @param removeDeadModes Flag to enable removal of modes which only have a
* single possible assignment.
* @return A pruned HybridBayesNet
*/
HybridBayesNet prune(size_t maxNrLeaves, bool removeDeadModes = false) const;