<p>In <a href="https://github.com/mlpack/mlpack/pull/699#discussion_r69037047">src/mlpack/core/tree/rectangle_tree/minimal_coverage_sweep.hpp</a>:</p>
<pre style='color:#555'>&gt; + * @tparam SplitPolicy The class that provides rules for inserting children of
&gt; + *    a node that is being split into two new subtrees.
&gt; + */
&gt; +template&lt;typename SplitPolicy&gt;
&gt; +class MinimalCoverageSweep
&gt; +{
&gt; + private:
&gt; +  /**
&gt; +   * Class to allow for faster sorting.
&gt; +   */
&gt; +  template&lt;typename ElemType&gt;
&gt; +  struct SortStruct
&gt; +  {
&gt; +    ElemType d;
&gt; +    int n;
&gt; +  };
</pre>
<p>Okay, I opened <a href="https://github.com/mlpack/mlpack/issues/712" class="issue-link js-issue-link" data-url="https://github.com/mlpack/mlpack/issues/712" data-id="163035605" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#712</a> about this and we can figure it out there instead of inside this PR, so we can get this one done more quickly. It is probably easier to do comparisons by making a separate branch from this one. Don't feel obligated to do that; I will eventually get around to it if you don't want to. But it seems like you never turn things down, so I guess you will probably do it anyway. :)</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/699/files/e165d759f9ae612b9965f70fbbf8abdb19dc8d07#r69037047">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFIv2GXjZIluewpZOGmnLHNoGvxtMks5qQuvogaJpZM4I3ATw">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFAm3I4tya3FhNyHjl_5wHQt644bAks5qQuvogaJpZM4I3ATw.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/699/files/e165d759f9ae612b9965f70fbbf8abdb19dc8d07#r69037047"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>