Classes | |
| struct | LshStats |
| class | LshTable |
Typedefs | |
| typedef std::vector< FeatureIndex > | Bucket |
| typedef unsigned int | BucketKey |
| typedef uint32_t | FeatureIndex |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const LshStats &stats) |
| typedef std::vector<FeatureIndex> rtflann::lsh::Bucket |
A bucket in an LSH table
Definition at line 71 of file lsh_table.h.
| typedef unsigned int rtflann::lsh::BucketKey |
The id from which we can get a bucket back in an LSH table
Definition at line 67 of file lsh_table.h.
| typedef uint32_t rtflann::lsh::FeatureIndex |
What is stored in an LSH bucket
Definition at line 64 of file lsh_table.h.
| std::ostream& rtflann::lsh::operator<< | ( | std::ostream & | out, |
| const LshStats & | stats | ||
| ) | [inline] |
Overload the << operator for LshStats
| out | the streams |
| stats | the stats to display |
Definition at line 96 of file lsh_table.h.