aGrUM  0.17.2
a C++ library for (probabilistic) graphical models
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-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Approximation Scheme.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
<agrum/BN/inference/marginalTargetedInference.h>
Class representing the minimal interface for Bayesian Network.
Definition: IBayesNet.h:62
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Definition: agrum.h:25
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
ApproximateInference(const IBayesNet< GUM_SCALAR > *bn)