aGrUM 3.0.0
a C++ library for (probabilistic) graphical models
GumBNWriter.h File Reference

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>
Include dependency graph for GumBNWriter.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

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.

Author
Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file GumBNWriter.h.