![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
The union class for storing the translated values in learning databases. More...
Go to the source code of this file.
Classes | |
| union | gum::learning::DBTranslatedValue |
| The union class for storing the translated values in learning databases. More... | |
Namespaces | |
| namespace | gum |
| gum is the global namespace for all aGrUM entities | |
| namespace | gum::learning |
| include the inlined functions if necessary | |
Enumerations | |
| enum class | gum::learning::DBTranslatedValueType : char { gum::learning::DBTranslatedValueType::DISCRETE , gum::learning::DBTranslatedValueType::CONTINUOUS } |
| The nature of the elements handled by translators (discrete, continuous). More... | |
The union class for storing the translated values in learning databases.
When learning models from databases, it is necessary to preprocess the data, i.e., transform them in such a way that their analysis can be performed as quickly as possible. The purpose of the DBTranslatedValue type is to enable such a fast analysis.
Definition in file DBTranslatedValue.h.