improved docstrings
parent
8a61c49bb3
commit
3ba54eb25d
|
|
@ -67,13 +67,14 @@ class GTSAM_EXPORT GaussianMixture
|
||||||
double logConstant_; ///< log of the normalization constant.
|
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;
|
GaussianFactorGraphTree asGaussianFactorGraphTree() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Convert a DecisionTree of conditionals into
|
* @brief Convert a DecisionTree of conditionals into
|
||||||
* a DT of Gaussian Bayes nets.
|
* a DecisionTree of Gaussian Bayes nets.
|
||||||
*/
|
*/
|
||||||
GaussianBayesNetTree asGaussianBayesNetTree() const;
|
GaussianBayesNetTree asGaussianBayesNetTree() const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue