Difference between revisions of "Thread:User talk:Jdev/Jdev's R-Tree/reply (4)"

From Robowiki
Jump to navigation Jump to search
m (Reply to Jdev's R-Tree)
 
(No difference)

Latest revision as of 11:18, 18 September 2014

CHILDREN_COUNT - it's split factor, or how many subrectangles will be generated, when current rectangle are overflowed
RTreeEntry... hmmmm... it's entry of range search tree:) It represents data point in turn snapshots space and thing that are added to tree and search for which tree are used.
I think, that CHILDREN_COUNT can be optimised for particular spaces based on theirs natures
I don't know. It was 4 years ago and i do not remember anything