docstring for HybridBayesNet::assembleTree
parent
bb95cd40d6
commit
6d50de8c1c
|
|
@ -118,6 +118,14 @@ class GTSAM_EXPORT HybridBayesNet : public BayesNet<HybridConditional> {
|
||||||
return evaluate(values);
|
return evaluate(values);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Assemble a DecisionTree of (GaussianBayesNet, double) leaves for
|
||||||
|
* each discrete assignment.
|
||||||
|
* The included double value is used to make
|
||||||
|
* constructing the model selection term cleaner and more efficient.
|
||||||
|
*
|
||||||
|
* @return GaussianBayesNetValTree
|
||||||
|
*/
|
||||||
GaussianBayesNetValTree assembleTree() const;
|
GaussianBayesNetValTree assembleTree() const;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue