Public Attributes
cvflann::lsh::LshStats Struct Reference

#include <lsh_table.h>

List of all members.

Public Attributes

std::vector< unsigned int > bucket_sizes_
size_t n_buckets_
size_t bucket_size_mean_
size_t bucket_size_median_
size_t bucket_size_min_
size_t bucket_size_max_
size_t bucket_size_std_dev
std::vector< std::vector
< unsigned int > > 
size_histogram_

Detailed Description

POD for stats about an LSH table


Member Data Documentation

std::vector<unsigned int> cvflann::lsh::LshStats::bucket_sizes_
std::vector<std::vector<unsigned int> > cvflann::lsh::LshStats::size_histogram_

Each contained vector contains three value: beginning/end for interval, number of elements in the bin


The documentation for this struct was generated from the following file: