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

Template implementation of BN/BayesNet.h class. More...

Include dependency graph for BayesNet_tpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Functions

template<typename GUM_SCALAR>
NodeId gum::build_node (gum::BayesNet< GUM_SCALAR > &bn, const std::string &node, const std::string &default_domain)
template<typename GUM_SCALAR>
INLINE 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

Template implementation of BN/BayesNet.h class.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) and Lionel TORTI

Definition in file BayesNet_tpl.h.