aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
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

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

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(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file DBTranslatedValue.h.