jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Namespaces | Typedefs | Functions
bit_index_storage.cpp File Reference
#include "bit_index_storage.hpp"
#include <functional>
#include <iterator>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include "fixed_size_heap.hpp"
Include dependency graph for bit_index_storage.cpp:

Go to the source code of this file.

Namespaces

 jubatus
 
 jubatus::core
 
 jubatus::core::storage
 

Typedefs

typedef fixed_size_heap< pair< uint64_t, string >, greater< pair< uint64_t, string > > > jubatus::core::storage::heap_type
 

Functions

static void jubatus::core::storage::similar_row_one (const bit_vector &x, const pair< string, bit_vector > &y, heap_type &heap)