aGrUM  0.14.2
ShaferShenoyInference.h File Reference

Implementation of Shafer-Shenoy's algorithm for inference in Bayesian Networks. More...

+ Include dependency graph for ShaferShenoyInference.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::ShaferShenoyInference< GUM_SCALAR >
 <agrum/BN/inference/ShaferShenoyInference.h> More...
 

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Functions

template<typename GUM_SCALAR >
static INLINE Potential< GUM_SCALAR > * gum::SSNewmultiPotential (const Potential< GUM_SCALAR > &t1, const Potential< GUM_SCALAR > &t2)
 
template<typename GUM_SCALAR >
static INLINE Potential< GUM_SCALAR > * gum::SSNewprojPotential (const Potential< GUM_SCALAR > &t1, const Set< const DiscreteVariable * > &del_vars)
 

Detailed Description

Implementation of Shafer-Shenoy's algorithm for inference in Bayesian Networks.

Definition in file ShaferShenoyInference.h.