jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Classes | Namespaces | Typedefs
lsh_index_storage.hpp File Reference
#include <iosfwd>
#include <string>
#include <utility>
#include <vector>
#include <msgpack.hpp>
#include "jubatus/util/data/unordered_map.h"
#include "jubatus/util/data/unordered_set.h"
#include "lsh_vector.hpp"
#include "storage_type.hpp"
#include "../common/key_manager.hpp"
#include "../common/unordered_map.hpp"
#include "../framework/mixable_helper.hpp"
Include dependency graph for lsh_index_storage.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  jubatus::core::storage::lsh_entry
 
class  jubatus::core::storage::lsh_index_storage
 

Namespaces

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

Typedefs

typedef jubatus::util::data::unordered_map< uint64_t, std::vector< uint64_t > > jubatus::core::storage::lsh_table_t