Public Member Functions | Public Attributes | List of all members
cvflann::AutotunedIndexParams Struct Reference

#include <autotuned_index.h>

Inherits std::map< K, T >.

Public Member Functions

 AutotunedIndexParams (float target_precision=0.8, float build_weight=0.01, float memory_weight=0, float sample_fraction=0.1)
 

Public Attributes

keys
 STL member. More...
 
T elements
 STL member. More...
 

Constructor & Destructor Documentation

cvflann::AutotunedIndexParams::AutotunedIndexParams ( float  target_precision = 0.8,
float  build_weight = 0.01,
float  memory_weight = 0,
float  sample_fraction = 0.1 
)

Member Data Documentation

K std::map< K, T >::keys
inherited

STL member.

T std::map< K, T >::elements
inherited

STL member.


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