![]() |
aGrUM
0.14.2
|
Implementation of Gibbs Sampling for inference in Bayesian Networks. More...
#include <agrum/BN/inference/GibbsSampling.h>
Go to the source code of this file.
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
Macros | |
#define | GIBBS_SAMPLING_DEFAULT_EPSILON std::exp(-1.6) |
#define | GIBBS_SAMPLING_DEFAULT_MIN_EPSILON_RATE std::exp(-5) |
#define | GIBBS_SAMPLING_DEFAULT_BURNIN 300 |
#define | GIBBS_SAMPLING_POURCENT_DRAWN_SAMPLE 50 |
#define | GIBBS_SAMPLING_DRAWN_AT_RANDOM true |
Implementation of Gibbs Sampling for inference in Bayesian Networks.
Definition in file GibbsSampling_tpl.h.
#define GIBBS_SAMPLING_DEFAULT_BURNIN 300 |
Definition at line 31 of file GibbsSampling_tpl.h.
Referenced by gum::GibbsSampling< GUM_SCALAR >::GibbsSampling().
#define GIBBS_SAMPLING_DEFAULT_EPSILON std::exp(-1.6) |
Definition at line 29 of file GibbsSampling_tpl.h.
Referenced by gum::GibbsSampling< GUM_SCALAR >::GibbsSampling().
#define GIBBS_SAMPLING_DEFAULT_MIN_EPSILON_RATE std::exp(-5) |
Definition at line 30 of file GibbsSampling_tpl.h.
Referenced by gum::GibbsSampling< GUM_SCALAR >::GibbsSampling().
#define GIBBS_SAMPLING_DRAWN_AT_RANDOM true |
Definition at line 34 of file GibbsSampling_tpl.h.
#define GIBBS_SAMPLING_POURCENT_DRAWN_SAMPLE 50 |
Definition at line 33 of file GibbsSampling_tpl.h.