![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Utilities for DBTranslators. More...
#include <agrum/agrum.h>#include <agrum/base/database/DBTranslator4ContinuousVariable.h>#include <agrum/base/database/DBTranslator4DiscretizedVariable.h>#include <agrum/base/database/DBTranslator4IntegerVariable.h>#include <agrum/base/database/DBTranslator4LabelizedVariable.h>#include <agrum/base/database/DBTranslator4NumericalDiscreteVariable.h>#include <agrum/base/database/DBTranslator4RangeVariable.h>#include <agrum/base/database/DBTranslatorUtils_inl.h>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 | |
| DBTranslator * | gum::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 | |
| DBTranslator * | gum::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 | |
Utilities for DBTranslators.
Definition in file DBTranslatorUtils.h.