Is there any place in the documentation that describes what the different variables for an MVP tree creation and query operation do? <div><br></div><div>Specifically what do the following do (I already searched in the .h file and the </div>
<div><br></div><div><ul><li>creation:</li><ul><li>branchfactor</li><li>pathlength</li><li>leafcapacity</li><li>pgsize</li></ul><li>query:</li><ul><li>knearest (k nearest)</li><li>radius</li><li>threshold</li></ul></ul><div>
Though I am pretty sure i know what some of these values mean, I don't know their interplay. I actually am making a tree of between 400-800 image hashes and i'd like to search them quickly. What would the ideal values for this be? I found that, without the right radius and knearest values, i might not get some images back even though its hamming distance is under the threshold.</div>
<div><br></div><div>Thanks in advance,</div><div>Mike</div><div><br></div></div>