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

Class representing Markov random fields. More...

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

Go to the source code of this file.

Classes

class  gum::IMarkovRandomField< GUM_SCALAR >
 Class representing the minimal interface for Markov random field. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities

Typedefs

template<typename GUM_SCALAR>
using gum::FactorTable = HashTable< NodeSet, const Tensor< GUM_SCALAR >* >

Functions

template<typename GUM_SCALAR>
std::ostream & gum::operator<< (std::ostream &output, const IMarkovRandomField< GUM_SCALAR > &mn)
 Prints map's graph in output using the Graphviz-dot format.

Detailed Description

Class representing Markov random fields.

Author
Pierre-Henri WUILLEMIN(_at_LIP6) and Lionel TORTI

Definition in file IMarkovRandomField.h.