<p>In <a href="https://github.com/mlpack/mlpack/pull/699#discussion_r69014775">src/mlpack/core/tree/rectangle_tree/r_plus_plus_tree_split_policy.hpp</a>:</p>
<pre style='color:#555'>&gt; +      return AssignToSecondTree;
&gt; +
&gt; +    return SplitRequired;
&gt; +  }
&gt; +
&gt; +  /**
&gt; +   * Return the maximum bounding rectangle of the node.
&gt; +   * This method should always return the bound that is used for the
&gt; +   * desicion-making in GetSplitPolicy().
&gt; +   *
&gt; +   * @param node The node whose bound is requested.
&gt; +   */
&gt; +  template&lt;typename TreeType&gt;
&gt; +  static const
&gt; +      bound::HRectBound&lt;metric::EuclideanDistance, typename TreeType::ElemType&gt;&amp;
&gt; +          Bound(const TreeType&amp; node)
</pre>
<p>Do you think this function might be better named <code>MaximumBound()</code>?  (I don't have a very strong opinion either way.)</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#r69014775">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFEPnEIqYzDyJl66rdXPbuQLI9Bp0ks5qQsxugaJpZM4I3ATw">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFOC_B5Je3yn8Hz_ssheVnpBVnuO5ks5qQsxugaJpZM4I3ATw.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#r69014775"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>