![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Class representing Markov random fields. More...
#include <utility>#include <agrum/agrum.h>#include <agrum/base/graphicalModels/UGmodel.h>#include <agrum/base/multidim/tensor.h>#include <agrum/MRF/IMarkovRandomField_tpl.h>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. | |
Class representing Markov random fields.
Definition in file IMarkovRandomField.h.