![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Definition of abstract classes for file input manipulation of Markov random fields. More...
#include <iostream>#include <string>#include <agrum/agrum.h>#include <agrum/MRF/MarkovRandomField.h>#include <agrum/MRF/io/MRFReader_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::MRFReader< GUM_SCALAR > |
| Pure virtual class for reading a MRF from a file. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Definition of abstract classes for file input manipulation of Markov random fields.
Every classe used to read a MRF from a file, must inherit from MRFWriter or MRFReader.
Definition in file MRFReader.h.