Turi Create
4.0
|
This is the complete list of members for turi::option_manager, including all inherited members.
create_boolean_option(const std::string &name, const std::string &description, bool default_value, bool allowed_overwrite=false) | turi::option_manager | |
create_categorical_option(const std::string &name, const std::string &description, const flexible_type &default_value, const std::vector< flexible_type > &allowed_possible_values, bool allowed_overwrite=false) | turi::option_manager | |
create_flexible_type_option(const std::string &name, const std::string &description, const flexible_type &default_value, bool allowed_overwrite=false) | turi::option_manager | |
create_integer_option(const std::string &name, const std::string &description, flexible_type default_value, flex_int lower_bound, flex_int upper_bound, bool allowed_overwrite=false) | turi::option_manager | |
create_option(const option_handling::option_info &, bool allowed_overwrite=false) | turi::option_manager | |
create_real_option(const std::string &name, const std::string &description, flexible_type default_value, double lower_bound, double upper_bound, bool allowed_overwrite=false) | turi::option_manager | |
create_string_option(const std::string &name, const std::string &description, const flexible_type &default_value, bool allowed_overwrite=false) | turi::option_manager | |
current_option_values() const | turi::option_manager | |
delete_option(const std::string &name) | turi::option_manager | |
delete_options(const std::vector< std::string > &names) | turi::option_manager | |
description(const std::string &name) const | turi::option_manager | |
get_default_options() const | turi::option_manager | |
get_option_info() const | turi::option_manager | |
is_option(const std::string &name) const | turi::option_manager | |
load(turi::iarchive &iarc) | turi::option_manager | |
save(turi::oarchive &oarc) const | turi::option_manager | |
set_option(const std::string &name, const flexible_type &value) | turi::option_manager | |
set_options(const std::map< std::string, flexible_type > &options) | turi::option_manager | |
update_option_name(const std::string &old_name, const std::string &new_name) | turi::option_manager | |
update_option_names(const std::map< std::string, std::string > &name_map) | turi::option_manager | |
value(const std::string &name) const | turi::option_manager |