Public Attributes | List of all members
rtflann::lsh::LshStats Struct Reference

#include <lsh_table.h>

Public Attributes

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 Description

POD for stats about an LSH table

Definition at line 77 of file lsh_table.h.

Member Data Documentation

size_t rtflann::lsh::LshStats::bucket_size_max_

Definition at line 84 of file lsh_table.h.

size_t rtflann::lsh::LshStats::bucket_size_mean_

Definition at line 81 of file lsh_table.h.

size_t rtflann::lsh::LshStats::bucket_size_median_

Definition at line 82 of file lsh_table.h.

size_t rtflann::lsh::LshStats::bucket_size_min_

Definition at line 83 of file lsh_table.h.

size_t rtflann::lsh::LshStats::bucket_size_std_dev

Definition at line 85 of file lsh_table.h.

std::vector<unsigned int> rtflann::lsh::LshStats::bucket_sizes_

Definition at line 79 of file lsh_table.h.

size_t rtflann::lsh::LshStats::n_buckets_

Definition at line 80 of file lsh_table.h.

std::vector<std::vector<unsigned int> > rtflann::lsh::LshStats::size_histogram_

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

Definition at line 88 of file lsh_table.h.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:43:43