Difference between revisions of "Thread:Talk:Kd-tree/bucket size/reply"
Jump to navigation
Jump to search
Skilgannon (talk | contribs) m (Reply to bucket size) |
Skilgannon (talk | contribs) m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | It's the size of the leaf in the tree. Seriously, | + | It's the maximum size of the leaf in the tree. Seriously, you're trying to run before you can walk. You need to brush up on your Java and comp-sci theory before you start messing around with Kd-Trees. If you want more info though, this describes some of the features in the tree pretty well [http://graphics.stanford.edu/~tpurcell/pubs/search.pdf] |
Latest revision as of 13:38, 7 October 2013
It's the maximum size of the leaf in the tree. Seriously, you're trying to run before you can walk. You need to brush up on your Java and comp-sci theory before you start messing around with Kd-Trees. If you want more info though, this describes some of the features in the tree pretty well [1]