52#ifndef GUM_LEARNING_DB_TRANSLATED_VALUE_H
53#define GUM_LEARNING_DB_TRANSLATED_VALUE_H
DBTranslatedValueType
The nature of the elements handled by translators (discrete, continuous).
include the inlined functions if necessary
gum is the global namespace for all aGrUM entities
constexpr DBTranslatedValue(const std::size_t &val)
the constructor for storing a discrete value
constexpr DBTranslatedValue()
default constructor: stores discrete value 0
std::size_t discr_val
the field for storing discrete values
float cont_val
the field for storing continuous values
constexpr DBTranslatedValue(const float &val)
the constructor for storing a continuous value
~DBTranslatedValue()
destructor