<p>In <a href="https://github.com/mlpack/mlpack/pull/663#discussion_r65362893">src/mlpack/methods/lsh/lsh_search.hpp</a>:</p>
<pre style='color:#555'>&gt; @@ -159,8 +163,6 @@ class LSHSearch
&gt;  
&gt;    //! Get the number of projections.
&gt;    size_t NumProjections() const { return projections.size(); }
</pre>
<p><code>cube::size()</code> actually returns <code>n_elem</code>, not <code>n_slices</code>, so we should change this to <code>return projections.n_slices;</code>.</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/663/files/7ebf1daa6de66aa5c047b27ff61866c52fa295d6#r65362893">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFNcOy65yIugInwxSEbC1BDSTbN0mks5qHY3hgaJpZM4Iq6tl">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFLSRstIXSsQkUgkOBs3lXs3Ksp8jks5qHY3hgaJpZM4Iq6tl.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/663/files/7ebf1daa6de66aa5c047b27ff61866c52fa295d6#r65362893"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>