<p>In <a href="https://github.com/mlpack/mlpack/pull/691#discussion_r68643872">src/mlpack/methods/lsh/lsh_main.cpp</a>:</p>
<pre style='color:#555'>&gt; @@ -64,6 +64,8 @@ PARAM_INT(&quot;tables&quot;, &quot;The number of hash tables to be used.&quot;, &quot;L&quot;, 30);
&gt;  PARAM_DOUBLE(&quot;hash_width&quot;, &quot;The hash width for the first-level hashing in the &quot;
&gt;      &quot;LSH preprocessing. By default, the LSH class automatically estimates a &quot;
&gt;      &quot;hash width for its use.&quot;, &quot;H&quot;, 0.0);
&gt; +PARAM_INT(&quot;num_probes&quot;, &quot;Number of additional probes for Multiprobe LSH&quot;
</pre>
<p>We should probably add a semicolon after "LSH" and decapitalize the following "If" so it is one complete sentence. Or something like 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/71eda99e207a9b91581504e11a9e14d38838bc9f#r68643872">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFGwnubQF6FB8cwvr6FK0_XKP7k-Kks5qQCn-gaJpZM4IxQW5">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFCrsZbcS5GqTNy4tNDgsiCnA0cOZks5qQCn-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/71eda99e207a9b91581504e11a9e14d38838bc9f#r68643872"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>