<p>In <a href="https://github.com/mlpack/mlpack/pull/657#discussion_r65107449">src/mlpack/methods/lsh/lsh_main.cpp</a>:</p>
<pre style='color:#555'>&gt; @@ -68,6 +72,8 @@ PARAM_INT(&quot;second_hash_size&quot;, &quot;The size of the second level hash table.&quot;, &quot;S&quot;,
&gt;  PARAM_INT(&quot;bucket_size&quot;, &quot;The size of a bucket in the second level hash.&quot;, &quot;B&quot;,
&gt;      500);
&gt;  PARAM_INT(&quot;seed&quot;, &quot;Random seed.  If 0, &#39;std::time(NULL)&#39; is used.&quot;, &quot;s&quot;, 0);
&gt; +PARAM_INT(&quot;numProbes&quot;, &quot;Number of additional probes to use for Multiprobe LSH. &quot;
&gt; +    &quot;If 0, classic LSH is used (optional).&quot;, &quot;T&quot;, 0);
&gt;  
</pre>
<p>--num_probes not --numProbes for consistency?</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/657/files/2eb6163c90e8e19566784cf960d38d82691221e1#r65107449">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFJwahhxvHCO9Aw5RqDwVpnFr2AUzks5qG1n8gaJpZM4IpUVp">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFILNhDnNCNTCn7GQK_OGKd4LiEo1ks5qG1n8gaJpZM4IpUVp.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/657/files/2eb6163c90e8e19566784cf960d38d82691221e1#r65107449"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>