<p>In <a href="https://github.com/mlpack/mlpack/pull/684#discussion_r67283304">src/mlpack/methods/neighbor_search/ns_model_impl.hpp</a>:</p>
<pre style='color:#555'>&gt; @@ -355,7 +394,10 @@ void NSModel&lt;SortPolicy&gt;::Search(arma::mat&amp;&amp; querySet,
&gt;    if (randomBasis)
&gt;      querySet = q * querySet;
&gt;  
&gt; -  Log::Info &lt;&lt; &quot;Searching for &quot; &lt;&lt; k &lt;&lt; &quot; nearest neighbors with &quot;;
&gt; +  Log::Info &lt;&lt; &quot;Searching for &quot; &lt;&lt; k;
&gt; +  if (Epsilon() != 0)
&gt; +    Log::Info &lt;&lt; &quot; approximate (e=&quot; &lt;&lt; Epsilon() &lt;&lt; &quot;)&quot;;
</pre>
<p>Hi <a href="https://github.com/rcurtin" class="user-mention">@rcurtin</a> , after the discussion about relative error and different values for epsilon. Do you yet want me to change this, and print 1.05-approximate? This would be only for knn, wouldn't it?</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/684/files/07879a2cc79b35b10d7fae687d6e27ad90a9f2d7#r67283304">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFGtO5e6mdxI0h2_bLDkwQNXDfnexks5qMMXwgaJpZM4IvhJu">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFEU1x1ZsnmeY-0YCTjH2cokzI5I6ks5qMMXwgaJpZM4IvhJu.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/684/files/07879a2cc79b35b10d7fae687d6e27ad90a9f2d7#r67283304"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>