[mlpack-git] [mlpack/mlpack] Vantage point tree (#708)

Ryan Curtin notifications at github.com
Mon Jul 25 17:47:46 EDT 2016


> +  static const bool FirstSiblingFirstPointIsCentroid = true;
> +
> +  /**
> +   * Points are not contained at multiple levels of the vantage point tree.
> +   */
> +  static const bool HasSelfChildren = false;
> +
> +  /**
> +   * Points are rearranged during building of the tree.
> +   */
> +  static const bool RearrangesDataset = true;
> +
> +  /**
> +   * This is always a binary tree.
> +   */
> +  static const bool BinaryTree = true;

I think this is no longer true.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/708/files/cc326f35d6ed41968ee1948bcaad38c364bab84d#r72151205
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160725/270fe42b/attachment.html>


More information about the mlpack-git mailing list