<p>In <a href="https://github.com/mlpack/mlpack/pull/691#discussion_r67977407">src/mlpack/methods/lsh/lsh_search.hpp</a>:</p>
<pre style='color:#555'>&gt; @@ -143,7 +159,8 @@ class LSHSearch
&gt;                const size_t k,
&gt;                arma::Mat&lt;size_t&gt;&amp; resultingNeighbors,
&gt;                arma::mat&amp; distances,
&gt; -              const size_t numTablesToSearch = 0);
&gt; +              const size_t numTablesToSearch = 0,
&gt; +              size_t T = 0);
</pre>
<p>Can you document what the <code>T</code> parameter is here?  We should probably mark it const too if we can.</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/fa7f62da6a4cfe7fa45e297d7a4a1491c9c39bb1#r67977407">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFOYoN0_tDI-IJ6Cjpj28a59GBBsyks5qOIL1gaJpZM4IxQW5">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFApZIokpCcW1ZC2MMZE6Y01crOkgks5qOIL1gaJpZM4IxQW5.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/fa7f62da6a4cfe7fa45e297d7a4a1491c9c39bb1#r67977407"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>