aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
BayesNet.h File Reference

Class representing Bayesian networks. More...

#include <utility>
#include <agrum/agrum.h>
#include <agrum/BN/IBayesNet.h>
#include <agrum/BN/BayesNet_tpl.h>
Include dependency graph for BayesNet.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Class representing Bayesian networks.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) and Lionel TORTI

Definition in file BayesNet.h.