#include <composite_index.h>
Public Member Functions | |
CompositeIndexParams (int trees=4, int branching=32, int iterations=11, flann_centers_init_t centers_init=FLANN_CENTERS_RANDOM, float cb_index=0.2) |
Index parameters for the CompositeIndex.
Definition at line 45 of file composite_index.h.
rtflann::CompositeIndexParams::CompositeIndexParams | ( | int | trees = 4 , |
int | branching = 32 , |
||
int | iterations = 11 , |
||
flann_centers_init_t | centers_init = FLANN_CENTERS_RANDOM , |
||
float | cb_index = 0.2 |
||
) | [inline] |
Definition at line 47 of file composite_index.h.