better docstring for BayesNet::error

release/4.3a0
Varun Agrawal 2023-11-20 10:34:11 -05:00
parent a2ba56de27
commit eabd11df6f
1 changed files with 4 additions and 1 deletions

View File

@ -189,7 +189,10 @@ class GTSAM_EXPORT HybridBayesNet : public BayesNet<HybridConditional> {
*/ */
AlgebraicDecisionTree<Key> error(const VectorValues &continuousValues) const; AlgebraicDecisionTree<Key> error(const VectorValues &continuousValues) const;
/// Error method using HybridValues which returns specific error. /**
* @brief Error method using HybridValues which returns specific error for
* assignment.
*/
using Base::error; using Base::error;
/** /**