aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
DBTranslator.h File Reference

The base class for all the tabular databases' cell translators. More...

#include <limits>
#include <string>
#include <utility>
#include <vector>
#include <agrum/agrum.h>
#include <agrum/base/core/bijection.h>
#include <agrum/base/core/set.h>
#include <agrum/base/database/DBTranslatedValue.h>
#include <agrum/base/variables/variable.h>
#include <agrum/base/database/DBTranslator_inl.h>
Include dependency graph for DBTranslator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gum::learning::DBTranslator
 The base class for all the tabular database cell translators. More...

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities
namespace  gum::learning
 include the inlined functions if necessary

Detailed Description

The base class for all the tabular databases' cell translators.

This file contains the basis for interacting with a tabular database as a translator. Every translator should derive from this class.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file DBTranslator.h.