jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
jubatus::core::storage::lsh_index_storage Member List

This is the complete list of members for jubatus::core::storage::lsh_index_storage, including all inherited members.

all_lsh_num() const jubatus::core::storage::lsh_index_storageinline
clear()jubatus::core::storage::lsh_index_storage
get_all_row_ids(std::vector< std::string > &ids) const jubatus::core::storage::lsh_index_storage
get_diff(lsh_master_table_t &diff) const jubatus::core::storage::lsh_index_storage
get_lsh_entry(const std::string &row) const jubatus::core::storage::lsh_index_storageprivate
get_sorted_similar_rows(const jubatus::util::data::unordered_set< uint64_t > &cands, const bit_vector &query_simhash, float query_norm, uint64_t ret_num, std::vector< std::pair< std::string, float > > &ids) const jubatus::core::storage::lsh_index_storageprivate
get_version() const jubatus::core::storage::lsh_index_storageinline
key_manager_jubatus::core::storage::lsh_index_storageprivate
lsh_index_storage()jubatus::core::storage::lsh_index_storage
lsh_index_storage(size_t lsh_num, size_t table_num, uint32_t seed)jubatus::core::storage::lsh_index_storage
lsh_index_storage(size_t table_num, const std::vector< float > &shift)jubatus::core::storage::lsh_index_storage
lsh_table_jubatus::core::storage::lsh_index_storageprivate
lsh_table_diff_jubatus::core::storage::lsh_index_storageprivate
make_entry(const std::vector< float > &hash, float norm, lsh_entry &entry) const jubatus::core::storage::lsh_index_storageprivate
master_table_jubatus::core::storage::lsh_index_storageprivate
master_table_diff_jubatus::core::storage::lsh_index_storageprivate
mix(const lsh_master_table_t &lhs, lsh_master_table_t &rhs) const jubatus::core::storage::lsh_index_storage
MSGPACK_DEFINE(master_table_, master_table_diff_, lsh_table_, lsh_table_diff_, shift_, table_num_, key_manager_)jubatus::core::storage::lsh_index_storage
name() const jubatus::core::storage::lsh_index_storage
pack(framework::packer &packer) const jubatus::core::storage::lsh_index_storage
put_diff(const lsh_master_table_t &mixed_diff)jubatus::core::storage::lsh_index_storage
put_empty_entry(uint64_t row_id, const lsh_entry &entry)jubatus::core::storage::lsh_index_storageprivate
remove_and_get_row(const std::string &row)jubatus::core::storage::lsh_index_storageprivate
remove_model_row(const std::string &row)jubatus::core::storage::lsh_index_storageprivate
remove_row(const std::string &row)jubatus::core::storage::lsh_index_storage
retrieve_hit_rows(uint64_t hash, size_t ret_num, jubatus::util::data::unordered_set< uint64_t > &cands) const jubatus::core::storage::lsh_index_storageprivate
set_mixed_row(const std::string &row, const lsh_entry &entry)jubatus::core::storage::lsh_index_storageprivate
set_row(const std::string &row, const std::vector< float > &hash, float norm)jubatus::core::storage::lsh_index_storage
shift_jubatus::core::storage::lsh_index_storageprivate
similar_row(const std::vector< float > &hash, float norm, uint64_t probe_num, uint64_t ret_num, std::vector< std::pair< std::string, float > > &ids) const jubatus::core::storage::lsh_index_storage
similar_row(const std::string &id, uint64_t ret_num, std::vector< std::pair< std::string, float > > &ids) const jubatus::core::storage::lsh_index_storage
table_num() const jubatus::core::storage::lsh_index_storageinline
table_num_jubatus::core::storage::lsh_index_storageprivate
unpack(msgpack::object o)jubatus::core::storage::lsh_index_storage
~lsh_index_storage()jubatus::core::storage::lsh_index_storagevirtual