Difference (from prior major revision)
(no other diffs)
Changed: 485c485,487
I sometimes get a odd result, a result that is closer but 'nearest' to the reference, as seen above in my reference picture, if anyone could point out the error I would be very happy about it. --Chase-san
I sometimes get a odd result, a result that is closer but 'nearest' to the reference, as seen above in my reference picture, if anyone could point out the error I would be very happy about it. --Chase-san
My Implementation doesn't use buckets, just a plain KD-tree, and its true you dont need to remove node very often i only do it when all the its closest node have a different guessFactor, that way its doesn't infect future predictions, how does nearest neighbour searches work in bucket kd-trees -- Gorded