![]() |
aGrUM
0.14.2
|
Class for generating bayesian networks.using MC algorithm cf. More...
#include <agrum/agrum.h>
#include <fstream>
#include <iostream>
#include <set>
#include <vector>
#include <sstream>
#include <agrum/core/mvsc/dirent.h>
#include <agrum/BN/BayesNet.h>
#include <agrum/BN/generator/IBayesNetGenerator.h>
#include <agrum/BN/generator/simpleCPTDisturber.h>
#include <agrum/BN/generator/simpleCPTGenerator.h>
#include <agrum/BN/inference/lazyPropagation.h>
#include <agrum/core/hashTable.h>
#include <agrum/multidim/potential.h>
#include <agrum/variables/labelizedVariable.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 | |
gum | |
gum is the global namespace for all aGrUM entities | |
Class for generating bayesian networks.using MC algorithm cf.
[Ide and Cozman, 2002]
Definition in file MCBayesNetGenerator.h.