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

Class representing the minimal interface for Bayesian network with no numerical data. More...

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

Go to the source code of this file.

Classes

class  gum::IBayesNet< GUM_SCALAR >
 Class representing the minimal interface for Bayesian network with no numerical data. 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 IBayesNet< GUM_SCALAR > &bn)
 Prints map's DAG in output using the Graphviz-dot format.

Detailed Description

Class representing the minimal interface for Bayesian network with no numerical data.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) and Lionel TORTI

Definition in file IBayesNet.h.