![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Class representing Bayesian networks. More...
#include <utility>#include <agrum/agrum.h>#include <agrum/BN/IBayesNet.h>#include <agrum/BN/BayesNet_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::BayesNet< GUM_SCALAR > |
| Class representing a Bayesian network. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Functions | |
| template<typename GUM_SCALAR> | |
| std::ostream & | gum::operator<< (std::ostream &output, const BayesNet< GUM_SCALAR > &bn) |
| Prints map's DAG in output using the Graphviz-dot format. | |
Class representing Bayesian networks.
Definition in file BayesNet.h.