<p>In <a href="https://github.com/mlpack/mlpack/pull/691#discussion_r68383181">src/mlpack/methods/lsh/lsh_search.hpp</a>:</p>
<pre style='color:#555'>&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.
&gt; +  */
&gt; +  void GetAdditionalProbingBins(const arma::vec &amp;queryCode,
&gt; +                            const arma::vec &amp;queryCodeNotFloored,
&gt; +                            const size_t T,
&gt; +                            arma::mat &amp;additionalProbingBins) const;
&gt; +
</pre>
<p>thank you, I didn't notice that.</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/e2596c5ac626fe6264d89ec4d546506228e16d56#r68383181">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFPISGOUMxmf0_LGGz7DAwLaHhp3Zks5qO7f-gaJpZM4IxQW5">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFG9lRvTiTuwY9sWOfU0iqGcREUy5ks5qO7f-gaJpZM4IxQW5.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/e2596c5ac626fe6264d89ec4d546506228e16d56#r68383181"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>