aGrUM  0.16.0
BayesBall_inl.h
Go to the documentation of this file.
1 
28 // to ease IDE parser
30 
31 namespace gum {
32 
33  INLINE
34  BayesBall::BayesBall() { GUM_CONSTRUCTOR(BayesBall); }
35 
36  INLINE
37  BayesBall::~BayesBall() { GUM_DESTRUCTOR(BayesBall); }
38 
39 } /* namespace gum */
BayesBall()
Default constructor.
Definition: BayesBall_inl.h:34
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Definition: agrum.h:25
Implementation of Shachter's Bayes Balls algorithm.
Definition: BayesBall.h:51
~BayesBall()
Destructor.
Definition: BayesBall_inl.h:37