<p>In <a href="https://github.com/mlpack/mlpack/pull/691#discussion_r68645556">src/mlpack/methods/lsh/lsh_search_impl.hpp</a>:</p>
<pre style='color:#555'>&gt; +            std::make_pair(
&gt; +              perturbationScore(Ae, scores),
&gt; +              perturbationSets.size() - 1)
&gt; +            );
&gt; +      }
&gt; +
&gt; +    }while (! perturbationValid(Ai, numProj)  );//Discard invalid perturbations
&gt; +
&gt; +    // Found valid perturbation set Ai. Construct perturbation vector from set.
&gt; +    for (size_t pos = 0; pos &lt; Ai.size(); ++pos)
&gt; +      // If Ai[pos] is marked, add action to probing vector.
&gt; +      additionalProbingBins(positions(pos), pvec) 
&gt; +          += Ai[pos] ? actions(pos) : 0;   }
&gt; +}
&gt; +
&gt; +
</pre>
<p>Extra line, we only need one between methods.</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#r68645556">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFO0-hlaoFw9I2cToOeWSTE9vo1jdks5qQCySgaJpZM4IxQW5">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFNd4JpF6Z6c2_Xi-mBqqDluTVD_Aks5qQCySgaJpZM4IxQW5.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#r68645556"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>