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

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

Include dependency graph for MarkovRandomField_tpl.h:

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_for_MN (MarkovRandomField< GUM_SCALAR > &mn, const std::string &node, const std::string &default_domain)
template<typename GUM_SCALAR>
INLINE std::ostream & gum::operator<< (std::ostream &output, const MarkovRandomField< GUM_SCALAR > &mn)

Detailed Description

Template implementation of BN/MarkovRandomField.h class.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) & Christophe GONZALES(_at_AMU)

Definition in file MarkovRandomField_tpl.h.