<p>In <a href="https://github.com/mlpack/mlpack/pull/724#discussion_r71203931">src/mlpack/core/tree/rectangle_tree/traits.hpp</a>:</p>
<pre style='color:#555'>&gt; +         template&lt;typename&gt; class SweepType,
&gt; +         typename DescentType,
&gt; +         template&lt;typename&gt; class AuxiliaryInformationType&gt;
&gt; +class TreeTraits&lt;RectangleTree&lt;MetricType,
&gt; +    StatisticType,
&gt; +    MatType,
&gt; +    RPlusTreeSplit&lt;SplitPolicyType,
&gt; +                   SweepType&gt;,
&gt; +    DescentType,
&gt; +    AuxiliaryInformationType&gt;&gt;
&gt; +{
&gt; + public:
&gt; +  /**
&gt; +   * The R+/R++ tree can&#39;t have overlapping children.
&gt; +   */
&gt; +  static const bool HasOverlappingChildren = false;
</pre>
<p>No, if we can not enlarge any node in order to insert a point, we just add an intermediate node.</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/724/files/2ec9b6ca75c8987e5bae064aac3608b4addcf235#r71203931">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJ4bFIwjMV48pZfGG9U-i2E_yyYtV-Mvks5qW8jSgaJpZM4JODMI">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFMrCzS6Sg7AVKN1Vt-Y_9eeJ8w3Yks5qW8jSgaJpZM4JODMI.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/724/files/2ec9b6ca75c8987e5bae064aac3608b4addcf235#r71203931"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>