|
Turi Create
4.0
|
This is the complete list of members for turi::model_base, including all inherited members.
| call_function(const std::string &function, variant_map_type argument) | turi::model_base | |
| get_docstring(const std::string &symbol) | turi::model_base | |
| get_property(const std::string &property) | turi::model_base | |
| get_version() const | turi::model_base | inlinevirtual |
| list_functions() | turi::model_base | |
| list_get_properties() | turi::model_base | |
| list_set_properties() | turi::model_base | |
| load_version(iarchive &iarc, size_t version) | turi::model_base | inlinevirtual |
| name()=0 | turi::model_base | pure virtual |
| perform_registration() | turi::model_base | virtual |
| register_defaults(const std::string &fnname, const variant_map_type &arguments) | turi::model_base | protected |
| register_docstring(const std::pair< std::string, std::string > &fnname_docstring) | turi::model_base | protected |
| register_function(std::string fnname, const std::vector< std::string > &arguments, impl_fn fn) | turi::model_base | protected |
| register_getter(const std::string &propname, impl_fn getfn) | turi::model_base | protected |
| register_setter(const std::string &propname, impl_fn setfn) | turi::model_base | protected |
| save_impl(oarchive &oarc) const | turi::model_base | inlinevirtual |
| save_model_to_data(std::ostream &out) | turi::model_base | |
| save_to_url(const std::string &url, const variant_map_type &side_data={}) | turi::model_base | |
| set_property(const std::string &property, variant_map_type argument) | turi::model_base | |
| uid()=0 | turi::model_base | pure virtual |