![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Class for generating Bayesian networks.using MC algorithm cf. More...
#include <fstream>#include <iostream>#include <set>#include <sstream>#include <vector>#include <agrum/agrum.h>#include <agrum/BN/generator/IBayesNetGenerator.h>#include <agrum/BN/generator/simpleCPTDisturber.h>#include <agrum/BN/inference/lazyPropagation.h>#include <agrum/BN/generator/MCBayesNetGenerator_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::MCBayesNetGenerator< GUM_SCALAR, ICPTGenerator, ICPTDisturber > |
| <agrum/BN/generator/MCayesNetGenerator.h> More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Macros | |
| #define | NB_INIT_ITERATIONS 5000 |
Class for generating Bayesian networks.using MC algorithm cf.
[Ide and Cozman, 2002]
Definition in file MCBayesNetGenerator.h.
| #define NB_INIT_ITERATIONS 5000 |
Definition at line 52 of file MCBayesNetGenerator.h.