![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Interface-like class for generating Bayesian networks. More...
#include <climits>#include <cstdio>#include <cstdlib>#include <iostream>#include <vector>#include <agrum/agrum.h>#include <agrum/base/variables/labelizedVariable.h>#include <agrum/BN/algorithms/divergence/BNdistance.h>#include <agrum/BN/BayesNet.h>#include <agrum/BN/generator/simpleCPTGenerator.h>#include <agrum/BN/generator/IBayesNetGenerator_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::IBayesNetGenerator< GUM_SCALAR, ICPTGenerator > |
| Class for generating Bayesian networks. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Interface-like class for generating Bayesian networks.
Definition in file IBayesNetGenerator.h.