![]() |
aGrUM
0.14.2
|
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 | |
gum | |
gum is the global namespace for all aGrUM entities | |
gum::learning | |
Enumerations | |
enum | 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.