![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Definition of abstract classes for file input manipulation of Bayesian networks. More...
#include <iostream>#include <string>#include <agrum/agrum.h>#include <agrum/BN/BayesNet.h>#include <agrum/BN/io/BNReader_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::BNReader< GUM_SCALAR > |
| Pure virtual class for reading a BN 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 Bayesian networks.
Every classe used to read a BN from a file, must inherit from BNWriter or BNReader.
Definition in file BNReader.h.