<p>In <a href="https://github.com/mlpack/mlpack/pull/663#discussion_r65260470">src/mlpack/methods/lsh/lsh_search.hpp</a>:</p>
<pre style='color:#555'>&gt; @@ -174,6 +178,24 @@ class LSHSearch
&gt;    //! Get the second hash table.
&gt;    const arma::Mat&lt;size_t&gt;&amp; SecondHashTable() const { return secondHashTable; }
&gt;  
&gt; +  //! Get the projection tables.
&gt; +  const std::vector&lt;arma::mat&gt; getProjectionTables() { return projections; }
</pre>
<p>We should call this <code>Projections()</code>, not <code>getProjectionTables()</code>, like the rest of the accessors in mlpack: <a href="https://github.com/mlpack/mlpack/wiki/DesignGuidelines#naming-conventions">https://github.com/mlpack/mlpack/wiki/DesignGuidelines#naming-conventions</a></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/934fe082230f7d8b8f9c3e9c1fe2f9fc25ea493e#r65260470">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFKxna1qW7Lz09lvYBEh6vhXb-zUuks5qHJ-SgaJpZM4Iq6tl">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFGxSYSBpYeygvIqS7JgqHiciKUM7ks5qHJ-SgaJpZM4Iq6tl.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/934fe082230f7d8b8f9c3e9c1fe2f9fc25ea493e#r65260470"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>