aGrUM  0.14.2
DBTranslatedValue.h File Reference

The union class for storing the translated values in learning databases. More...

#include <cstddef>
#include <agrum/agrum.h>
+ Include dependency graph for DBTranslatedValue.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Author
Christophe GONZALES and Pierre-Henri WUILLEMIN

Definition in file DBTranslatedValue.h.