|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include "bit_index_storage.hpp"#include <functional>#include <iterator>#include <sstream>#include <string>#include <utility>#include <vector>#include "fixed_size_heap.hpp"
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) |
1.8.9.1