formatting
parent
50e93b165b
commit
e2cb8c7f44
|
@ -223,7 +223,7 @@ class GTSAM_EXPORT HybridBayesNet : public BayesNet<HybridConditional> {
|
||||||
* @note If marginal greater than this threshold, the mode gets assigned that
|
* @note If marginal greater than this threshold, the mode gets assigned that
|
||||||
* value and is considered "dead" for hybrid elimination. The mode can then be
|
* value and is considered "dead" for hybrid elimination. The mode can then be
|
||||||
* removed since it only has a single possible assignment.
|
* removed since it only has a single possible assignment.
|
||||||
|
*
|
||||||
* @return A pruned HybridBayesNet
|
* @return A pruned HybridBayesNet
|
||||||
*/
|
*/
|
||||||
HybridBayesNet prune(size_t maxNrLeaves,
|
HybridBayesNet prune(size_t maxNrLeaves,
|
||||||
|
|
Loading…
Reference in New Issue