34 template <
typename GUM_SCALAR >
39 if (this->
__bn ==
nullptr) {
48 template <
typename GUM_SCALAR >
void __setBayesNetDuringConstruction(const IBayesNet< GUM_SCALAR > *bn)
assigns a BN during the inference engine construction
const IBayesNet< GUM_SCALAR > * __bn
the Bayes net on which we perform inferences
Class representing the minimal interface for Bayesian Network.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
<agrum/BN/inference/BayesNetInference.h>
<agrum/BN/inference/evidenceInference.h>
virtual ~EvidenceInference()
destructor
EvidenceInference(const IBayesNet< GUM_SCALAR > *bn)
default constructor