Difference between revisions of "Thread:Talk:Kd-tree/bucket size/reply"

From Robowiki
Jump to navigation Jump to search
m
m
 
Line 1: Line 1:
It's the 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]
+
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]