29 #ifndef DOXYGEN_SHOULD_SKIP_THIS 34 template <
typename GUM_SCALAR >
36 const InfluenceDiagram< GUM_SCALAR >& infDiag) :
42 template <
typename GUM_SCALAR >
47 template <
typename GUM_SCALAR >
48 const InfluenceDiagram< GUM_SCALAR >&
const InfluenceDiagram< GUM_SCALAR > & influenceDiagram() const
Returns a constant reference over the InfluenceDiagram on which this class work.
gum is the global namespace for all aGrUM entities
const InfluenceDiagram< GUM_SCALAR > & __infDiag
The Bayes net we wish to perform inference on.
IInfluenceDiagramInference(const InfluenceDiagram< GUM_SCALAR > &infDiag)
Default constructor.
virtual ~IInfluenceDiagramInference()
Destructor.
This file contains abstract class definitions influence diagrams inference classes.