improved docstrings

release/4.3a0
Varun Agrawal 2024-01-03 16:37:49 -05:00
parent 8a61c49bb3
commit 3ba54eb25d
1 changed files with 3 additions and 2 deletions

View File

@ -67,13 +67,14 @@ class GTSAM_EXPORT GaussianMixture
double logConstant_; ///< log of the normalization constant.
/**
* @brief Convert a DecisionTree of factors into a DT of Gaussian FGs.
* @brief Convert a DecisionTree of factors into
* a DecisionTree of Gaussian factor graphs.
*/
GaussianFactorGraphTree asGaussianFactorGraphTree() const;
/**
* @brief Convert a DecisionTree of conditionals into
* a DT of Gaussian Bayes nets.
* a DecisionTree of Gaussian Bayes nets.
*/
GaussianBayesNetTree asGaussianBayesNetTree() const;