![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
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 | |
| namespace | 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 54 of file GibbsSampling_tpl.h.
Referenced by gum::GibbsSampling< GUM_SCALAR >::GibbsSampling().
| #define GIBBS_SAMPLING_DEFAULT_EPSILON std::exp(-1.6) |
Definition at line 52 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 53 of file GibbsSampling_tpl.h.
Referenced by gum::GibbsSampling< GUM_SCALAR >::GibbsSampling().
| #define GIBBS_SAMPLING_DRAWN_AT_RANDOM true |
Definition at line 57 of file GibbsSampling_tpl.h.
Referenced by gum::GibbsSampling< GUM_SCALAR >::GibbsSampling().
| #define GIBBS_SAMPLING_POURCENT_DRAWN_SAMPLE 50 |
Definition at line 56 of file GibbsSampling_tpl.h.
Referenced by gum::GibbsSampling< GUM_SCALAR >::GibbsSampling().