better docstring for BayesNet::error
parent
a2ba56de27
commit
eabd11df6f
|
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue