<p>In <a href="https://github.com/mlpack/mlpack/pull/691#discussion_r68644178">src/mlpack/methods/lsh/lsh_search.hpp</a>:</p>
<pre style='color:#555'>&gt; @@ -320,6 +345,25 @@ class LSHSearch
&gt;                        const size_t neighbor,
&gt;                        const double distance) const;
&gt;  
&gt; +  /**
&gt; +   * This function implements the core idea behind Multiprobe LSH. It is called
&gt; +   * by ReturnIndicesFromTables when T &gt; 0. Given a query&#39;s code and its
&gt; +   * projection location, GetAdditionalProbingBins will calculate the T most
&gt; +   * likely alternative bin codes (other than queryCode) where a query&#39;s
&gt; +   * neighbors might be found in.
&gt; +   *
&gt; +   * @param queryCode vector containing the numProj-dimensional query code.
&gt; +   * @param queryCodeNotFloored vector containing the projection location of the
&gt; +   * query.
&gt; +   * @param T number of additional probing bins.
&gt; +   * @param additionalProbingBins matrix. Each column will hold one additional
&gt; +   * bin.
</pre>
<p>The same applies here about the line wrap spacing.</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/691/files/71eda99e207a9b91581504e11a9e14d38838bc9f#r68644178">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFOGjL7bkIDXJTYcow_y-zsFvtmw1ks5qQCp2gaJpZM4IxQW5">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFGA33UE_seKUA2IozRvldG4Zhj5wks5qQCp2gaJpZM4IxQW5.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/691/files/71eda99e207a9b91581504e11a9e14d38838bc9f#r68644178"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>