jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Public Member Functions | Public Attributes | List of all members
jubatus::core::storage::lsh_entry Struct Reference

#include <lsh_index_storage.hpp>

Collaboration diagram for jubatus::core::storage::lsh_entry:
Collaboration graph

Public Member Functions

 MSGPACK_DEFINE (lsh_hash, simhash_bv, norm)
 

Public Attributes

std::vector< uint64_t > lsh_hash
 
float norm
 
bit_vector simhash_bv
 

Detailed Description

Definition at line 37 of file lsh_index_storage.hpp.

Member Function Documentation

jubatus::core::storage::lsh_entry::MSGPACK_DEFINE ( lsh_hash  ,
simhash_bv  ,
norm   
)

Member Data Documentation

std::vector<uint64_t> jubatus::core::storage::lsh_entry::lsh_hash
float jubatus::core::storage::lsh_entry::norm
bit_vector jubatus::core::storage::lsh_entry::simhash_bv

The documentation for this struct was generated from the following file: