aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
DBTranslatorUtils.h File Reference

Utilities for DBTranslators. More...

Include dependency graph for DBTranslatorUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  gum
 gum is the global namespace for all aGrUM entities
namespace  gum::learning
 include the inlined functions if necessary
namespace  gum::learning::DBTranslators

Functions

DBTranslatorgum::learning::DBTranslators::create (const Variable &var, const bool editable_dictionary=false, std::size_t max_dico_entries=std::numeric_limits< std::size_t >::max())
 named constructor
DBTranslatorgum::learning::DBTranslators::create (const Variable &var, const std::vector< std::string > &missing_symbols, const bool editable_dictionary=false, std::size_t max_dico_entries=std::numeric_limits< std::size_t >::max())
 named constructor

Detailed Description

Utilities for DBTranslators.

Author
Christophe GONZALES(_at_AMU) and Pierre-Henri WUILLEMIN(_at_LIP6)

Definition in file DBTranslatorUtils.h.