<p>In <a href="https://github.com/mlpack/mlpack/pull/691#discussion_r68646935">src/mlpack/tests/lsh_test.cpp</a>:</p>
<pre style='color:#555'>&gt; +  projections(1, 1, 0) = 1;
&gt; +
&gt; +  // construct LSH object with given tables
&gt; +  LSHSearch&lt;&gt; lshTest(rdata, projections,
&gt; +                      hashWidth, secondHashSize, bucketSize);
&gt; +
&gt; +
&gt; +  // two points near the clusters but outside their bins. q1&#39;s lowest scoring
&gt; +  // perturbation vectors will map to C1 cluster&#39;s bins.
&gt; +  arma::mat q1;
&gt; +  q1 &lt;&lt; 1.1 &lt;&lt; arma::endr &lt;&lt; 3.3; // vector [1.1, 3.3]
&gt; +
&gt; +  arma::Mat&lt;size_t&gt; neighbors;
&gt; +  arma::mat distances;
&gt; +
&gt; +  // Test that q1 simple search comes up empty
</pre>
<p>A lot of the comments in this test don't have capitalization or periods or aren't complete sentences.</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#r68646935">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFDUCbpzW6SC6rdIcPldFPxuejHSeks5qQC65gaJpZM4IxQW5">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFFptHONPn8RJH2tCZRDODkf4TAyoks5qQC65gaJpZM4IxQW5.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#r68646935"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>