![]() |
aGrUM
0.14.2
|
Definition of abstract classes for file output manipulation of Bayesian Networks. More...
#include <agrum/BN/IBayesNet.h>
#include <agrum/agrum.h>
#include <iostream>
#include <string>
#include <agrum/BN/io/BNWriter_tpl.h>
Go to the source code of this file.
Classes | |
class | gum::BNWriter< GUM_SCALAR > |
Pure virtual class for writting a BN to a file. More... | |
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
Definition of abstract classes for file output manipulation of Bayesian Networks.
Every classe used to read or write a BN from a file, must inherit from BNWriter or BNReader.
Definition in file BNWriter.h.