aGrUM  0.14.2
BayesNet.h File Reference

Class representing Bayesian networks. More...

#include <utility>
#include <agrum/agrum.h>
#include <agrum/core/hashTable.h>
#include <agrum/BN/IBayesNet.h>
#include <agrum/multidim/potential.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::BayesNetFactory< GUM_SCALAR >
 A factory class to ease BayesNet construction. More...
 
class  gum::BayesNet< GUM_SCALAR >
 Class representing a Bayesian Network. More...
 

Namespaces

 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. More...
 

Detailed Description

Class representing Bayesian networks.

Author
Pierre-Henri WUILLEMIN and Lionel TORTI

Definition in file BayesNet.h.