aGrUM  0.16.0
approximateInference.h
Go to the documentation of this file.
1 
30 #ifndef GUM_APPROXIMATE_INFERENCE_H
31 #define GUM_APPROXIMATE_INFERENCE_H
32 
33 #include <agrum/BN/IBayesNet.h>
36 
37 namespace gum {
38 
39  template < typename GUM_SCALAR >
41  : public MarginalTargetedInference< GUM_SCALAR >
42  , public ApproximationScheme {
43  public:
45  MarginalTargetedInference< GUM_SCALAR >(bn){};
46  };
47 } // namespace gum
48 
49 #endif // GUM_APPROXIMATE_INFERENCE_H
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Approximation Scheme.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
<agrum/BN/inference/marginalTargetedInference.h>
Class representing the minimal interface for Bayesian Network.
Definition: IBayesNet.h:62
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
ApproximateInference(const IBayesNet< GUM_SCALAR > *bn)