#include "paal/regression/lsh_nearest_neighbors_regression.hpp"
#include <boost/numeric/ublas/vector.hpp>
#include <boost/range/algorithm/copy.hpp>
#include <iostream>
#include <iterator>
#include <vector>
Go to the source code of this file.
|
using | coordinate_t = int |
| [LSH Nearest Neighbors Regression Example]
|
|
using | point_t = boost::numeric::ublas::vector< coordinate_t > |
|
|
auto | make_point (const std::initializer_list< int > &list) |
|
int | main () |
|
- Author
- Andrzej Pacuk
- Version
- 1.0
- Date
- 2014-10-06
Definition in file lsh_nearest_neighbors_regression_example.cpp.