<p>So, I noticed something weird which I hadn't noticed before. If you can reproduce it on your system then there might be something wrong either with our implementation or the cheap LSH run test.</p>

<p>I expected that setting L=1 and K=100 (numTables, numProj respectively) will never lead to high recall. This is not the case though, some times this returns the entire dataset and has 100% recall.</p>

<p>For example, run this a few times:</p>

<pre><code>bin/mlpack_lsh -r ~/Projects/data/csv/iris_r.csv -q ~/Projects/data/csv/iris_q.csv -t ~/Projects/data/csv/iris_t.csv -K 40 -L 1 -H 0.00001 -k 32 -n garbage.csv -v
</code></pre>

<p>Does it ever return recall==100? Intuitively, it shouldn't... Have we messed something up or is it just that iris is a weird dataset? I never saw that with sift.</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#issuecomment-229027078">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFIO6JuPATvWwxWzeY143Fqomfmw_ks5qQQrcgaJpZM4IxQW5">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFOAOpRCgvWnxnMRUK2Q4CVDizCOEks5qQQrcgaJpZM4IxQW5.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#issuecomment-229027078"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>