|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include <stdint.h>#include <vector>#include "../common/type.hpp"#include "../storage/bit_vector.hpp"

Go to the source code of this file.
Namespaces | |
| jubatus | |
| jubatus::core | |
| jubatus::core::nearest_neighbor | |
Functions | |
| storage::bit_vector | jubatus::core::nearest_neighbor::binarize (const std::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) |
1.8.9.1