![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
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>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 | |
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.
Definition in file DBTranslator.h.