aGrUM  0.20.3
a C++ library for (probabilistic) graphical models
gum::learning::DBTranslatorSet< ALLOC > Member List

This is the complete list of members for gum::learning::DBTranslatorSet< ALLOC >, including all inherited members.

allocator_type typedefgum::learning::DBTranslatorSet< ALLOC >
clear()gum::learning::DBTranslatorSet< ALLOC >
clone() constgum::learning::DBTranslatorSet< ALLOC >virtual
clone(const allocator_type &alloc) constgum::learning::DBTranslatorSet< ALLOC >virtual
DBTranslatorSet(const allocator_type &alloc=allocator_type())gum::learning::DBTranslatorSet< ALLOC >
DBTranslatorSet(const DBTranslatorSet< ALLOC > &from)gum::learning::DBTranslatorSet< ALLOC >
DBTranslatorSet(const DBTranslatorSet< ALLOC > &from, const allocator_type &alloc)gum::learning::DBTranslatorSet< ALLOC >
DBTranslatorSet(DBTranslatorSet< ALLOC > &&from)gum::learning::DBTranslatorSet< ALLOC >
DBTranslatorSet(DBTranslatorSet< ALLOC > &&from, const allocator_type &alloc)gum::learning::DBTranslatorSet< ALLOC >
domainSize(const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
domainSizeSafe(const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
eraseTranslator(const std::size_t k, const bool k_is_input_col=false)gum::learning::DBTranslatorSet< ALLOC >
getAllocator() constgum::learning::DBTranslatorSet< ALLOC >
highestInputColumn() constgum::learning::DBTranslatorSet< ALLOC >
inputColumn(const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
inputColumnSafe(const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
insertTranslator(const Translator< ALLOC > &translator, const std::size_t column, const bool unique_column=true)gum::learning::DBTranslatorSet< ALLOC >
insertTranslator(const Variable &var, const std::size_t column, const std::vector< std::string, XALLOC< std::string > > &missing_symbols, const bool unique_column=true)gum::learning::DBTranslatorSet< ALLOC >
insertTranslator(const Variable &var, const std::size_t column, const bool unique_column=true)gum::learning::DBTranslatorSet< ALLOC >
isMissingValue(const DBTranslatedValue translated_val, const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
isMissingValueSafe(const DBTranslatedValue translated_val, const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
nbTranslators() constgum::learning::DBTranslatorSet< ALLOC >
needsReordering(const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
needsReorderingSafe(const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
operator=(const DBTranslatorSet< ALLOC > &from)gum::learning::DBTranslatorSet< ALLOC >
operator=(DBTranslatorSet< ALLOC > &&from)gum::learning::DBTranslatorSet< ALLOC >
operator[](const std::size_t k)gum::learning::DBTranslatorSet< ALLOC >
operator[](const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
reorder(const std::size_t k)gum::learning::DBTranslatorSet< ALLOC >
reorderSafe(const std::size_t k)gum::learning::DBTranslatorSet< ALLOC >
size() constgum::learning::DBTranslatorSet< ALLOC >
translate(const std::vector< std::string, OTHER_ALLOC< std::string > > &row, const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
translateBack(const DBTranslatedValue translated_val, const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
translateBackSafe(const DBTranslatedValue translated_val, const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
translateSafe(const std::vector< std::string, OTHER_ALLOC< std::string > > &row, const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
translator(const std::size_t k)gum::learning::DBTranslatorSet< ALLOC >
translator(const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
translators() constgum::learning::DBTranslatorSet< ALLOC >
translatorSafe(const std::size_t k)gum::learning::DBTranslatorSet< ALLOC >
translatorSafe(const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
variable(const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
variableSafe(const std::size_t k) constgum::learning::DBTranslatorSet< ALLOC >
~DBTranslatorSet()gum::learning::DBTranslatorSet< ALLOC >virtual