<p>In <a href="https://github.com/mlpack/mlpack/pull/663#discussion_r65363018">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(); }
&gt; -  //! Get the projection matrix of the given table.
&gt; -  const arma::mat&amp; Projection(const size_t i) const { return projections[i]; }
</pre>
<p>We should mention the removal of this function in HISTORY.txt, and mention that users should now use <code>Projections().slice(i)</code> instead.</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#r65363018">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFNeOGNsL63VNibOAs0d-U8hKTVH1ks5qHY4EgaJpZM4Iq6tl">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFBfxCvs8VdhQnQ1z7_AW5MkZEWNQks5qHY4EgaJpZM4Iq6tl.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#r65363018"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>