<p>I tested the traversers on a number of datasets and I did not find errors. But I am still not sure that it works. It seems I do not understand something. If I am not mistaken I have to avoid base cases that are already calculated. But <code>RangeSearchRules::Score()</code> each time calculates a base case and <code>NeighborSearchRules::Score(queryIndex, referenceNode)</code> does not calculate a base case. Right now, the traversers calculate each base case that is not pruned. But it seems it is wrong.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/pull/708#issuecomment-233139340">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJ4bFNGZvSeBAC7hC_ngE4Q0_7HHSf1kks5qWQr2gaJpZM4I_COp">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFKiTfrCgqWAs4-GZ8KG4-paoz86tks5qWQr2gaJpZM4I_COp.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/pull/708#issuecomment-233139340"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>