![]() |
aGrUM
0.14.2
|
The base class for all the tabular databases' cell translators. More...
#include <string>
#include <limits>
#include <vector>
#include <utility>
#include <agrum/agrum.h>
#include <agrum/core/bijection.h>
#include <agrum/core/set.h>
#include <agrum/variables/variable.h>
#include <agrum/learning/database/DBTranslatedValue.h>
#include <agrum/learning/database/DBTranslator_tpl.h>
Go to the source code of this file.
Classes | |
class | gum::learning::DBTranslator< ALLOC > |
The base class for all the tabular database cell translators. More... | |
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
gum::learning | |
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.