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

#include <lsh.hpp>

Collaboration diagram for jubatus::core::nearest_neighbor::lsh::config:
Collaboration graph

Public Member Functions

 config ()
 
template<typename Ar >
void serialize (Ar &ar)
 

Public Attributes

int32_t hash_num
 

Detailed Description

Definition at line 36 of file lsh.hpp.

Constructor & Destructor Documentation

jubatus::core::nearest_neighbor::lsh::config::config ( )
inline

Definition at line 37 of file lsh.hpp.

37  : hash_num(64u) {
38  }

Member Function Documentation

template<typename Ar >
void jubatus::core::nearest_neighbor::lsh::config::serialize ( Ar &  ar)
inline

Definition at line 43 of file lsh.hpp.

43  {
44  ar & JUBA_MEMBER(hash_num);
45  }

Member Data Documentation

int32_t jubatus::core::nearest_neighbor::lsh::config::hash_num

Definition at line 40 of file lsh.hpp.

Referenced by jubatus::core::nearest_neighbor::lsh::lsh().


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