<p>In <a href="https://github.com/mlpack/mlpack/pull/708#discussion_r72151205">src/mlpack/core/tree/vantage_point_tree/traits.hpp</a>:</p>
<pre style='color:#555'>&gt; +  static const bool FirstSiblingFirstPointIsCentroid = true;
&gt; +
&gt; +  /**
&gt; +   * Points are not contained at multiple levels of the vantage point tree.
&gt; +   */
&gt; +  static const bool HasSelfChildren = false;
&gt; +
&gt; +  /**
&gt; +   * Points are rearranged during building of the tree.
&gt; +   */
&gt; +  static const bool RearrangesDataset = true;
&gt; +
&gt; +  /**
&gt; +   * This is always a binary tree.
&gt; +   */
&gt; +  static const bool BinaryTree = true;
</pre>
<p>I think this is no longer true.</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/708/files/cc326f35d6ed41968ee1948bcaad38c364bab84d#r72151205">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJ4bFHq4rXpkYCNIAXClU7wGSkeKbCrvks5qZS8CgaJpZM4I_COp">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFMmxrA-HpbcbxvTtD_FJM9utGQxoks5qZS8CgaJpZM4I_COp.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/708/files/cc326f35d6ed41968ee1948bcaad38c364bab84d#r72151205"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>