struct cvflann::AutotunedIndexParams

#include <autotuned_index.h>

struct AutotunedIndexParams: public std::map< K, T >
{
    // construction

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