|
jubatus_core
0.1.2
Jubatus: Online machine learning framework for distributed environment
|
#include "euclid_lsh.hpp"#include <cmath>#include <queue>#include <utility>#include <string>#include <vector>#include "jubatus/util/data/serialization.h"#include "jubatus/util/lang/cast.h"#include "jubatus/util/math/random.h"#include "jubatus/util/concurrent/lock.h"#include "jubatus/util/concurrent/mutex.h"#include "../common/hash.hpp"#include "../storage/lsh_util.hpp"#include "../storage/lsh_vector.hpp"#include "../storage/lsh_index_storage.hpp"
Go to the source code of this file.
Namespaces | |
| jubatus | |
| jubatus::core | |
| jubatus::core::recommender | |
Typedefs | |
| typedef storage::lsh_index_storage | jubatus::core::recommender::lsh_index_storage |
| typedef storage::mixable_lsh_index_storage::model_ptr | jubatus::core::recommender::model_ptr |
1.8.9.1