<p>In <a href="https://github.com/mlpack/mlpack/pull/684#discussion_r66665804">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>I guess we could avoid the problem entirely by writing, e.g., "1.05-approximate " (where e=0.05).</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#r66665804">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFLh1GkmuO02PYHbzXJCSiQE_jtJmks5qKbXxgaJpZM4IvhJu">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFKkpLe8O5pMNT5Zp_d5QLE6TAqsNks5qKbXxgaJpZM4IvhJu.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#r66665804"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>