Parameters set in python's flann interface

asked 2014-09-10 08:35:41 -0600

Hi,

I try to train a set of data using flann's randomized kd-trees with python wrapper. I have one questions below:

For each randomized tree, how many leaf nodes are reached when it stops a query?

Thanks, David

edit retag flag offensive close merge delete

Comments

Just checked the code, and the value is 32.

David_Li gravatar imageDavid_Li ( 2014-09-10 09:19:09 -0600 )edit