![]() |
aGrUM 3.0.0
a C++ library for (probabilistic) graphical models
|
Definition of classe for GUM (json) file output manipulation. More...
#include <cstdint>#include <fstream>#include <iostream>#include <istream>#include <ostream>#include <sstream>#include <string>#include <vector>#include <agrum/agrum.h>#include <agrum/BN/io/BNWriter.h>#include <agrum/BN/io/GUM/GumBNWriter_tpl.h>Go to the source code of this file.
Classes | |
| class | gum::GumBNWriter< GUM_SCALAR > |
| Writes a IBayesNet in the GUM json format. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
Definition of classe for GUM (json) file output manipulation.
This class servers to write the content of a Bayesian network in the gum (json) format.
Definition in file GumBNWriter.h.