struct cvflann::lsh::LshStats
Overview
POD for stats about an LSH table Moreā¦
#include <lsh_table.h> struct LshStats { // fields size_t bucket_size_max_; size_t bucket_size_mean_; size_t bucket_size_median_; size_t bucket_size_min_; size_t bucket_size_std_dev; std::vector<unsigned int> bucket_sizes_; size_t n_buckets_; std::vector<std::vector<unsigned int>> size_histogram_; };
Detailed Documentation
POD for stats about an LSH table
Fields
std::vector<std::vector<unsigned int>> size_histogram_
Each contained vector contains three value: beginning/end for interval, number of elements in the bin