Turi Create
4.0
|
#include <toolkits/sparse_similarity/sparse_similarity_lookup_impl.hpp>
Public Member Functions | |
std::string | similarity_name () const |
const std::map< std::string, flexible_type > & | current_options () const |
Static Public Member Functions | |
static void | add_options (option_manager &options) |
static std::shared_ptr< sparse_similarity_lookup > | create (const std::string &similarity, const std::map< std::string, flexible_type > &options) |
Protected Attributes | |
std::map< std::string, flexible_type > | options |
The main class for training and actually implementing the sparse similarity lookup stuff.
Definition at line 34 of file sparse_similarity_lookup_impl.hpp.
|
staticinherited |
Adds in all of the options needed for this class to the option manager.
|
staticinherited |
Factory method: Call this to create or load a model from one of the existing similarities by name.
|
inlineinherited |
The current options.
Definition at line 166 of file sparse_similarity_lookup.hpp.
|
inlinevirtual |
Returns the name of the similarity this version uses.
Implements turi::sparse_similarity_lookup.
Definition at line 50 of file sparse_similarity_lookup_impl.hpp.
|
protectedinherited |
The stored options.
Definition at line 180 of file sparse_similarity_lookup.hpp.