jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Namespaces | Functions
lsh_function.cpp File Reference
#include <vector>
#include "jubatus/util/math/random.h"
#include "../common/hash.hpp"
#include "../common/type.hpp"
#include "../storage/bit_vector.hpp"
#include "lsh_function.hpp"
Include dependency graph for lsh_function.cpp:

Go to the source code of this file.

Namespaces

 jubatus
 
 jubatus::core
 
 jubatus::core::nearest_neighbor
 

Functions

bit_vector jubatus::core::nearest_neighbor::binarize (const vector< float > &proj)
 
bit_vector jubatus::core::nearest_neighbor::cosine_lsh (const common::sfv_t &sfv, uint32_t hash_num)
 
vector< float > jubatus::core::nearest_neighbor::random_projection (const common::sfv_t &sfv, uint32_t hash_num)