[mlpack-git] [mlpack/mlpack] Fixed a segfault in RPlusTreeSplit. Fixed traits for the R+/R++ tree. (#724)

lozhnikov notifications at github.com
Sat Jul 16 12:59:16 EDT 2016


If we are going to split an overflowed node we have to ensure that the resulting nodes have the desired capacity.
The R+/R++ tree has non-overlapping children, so we should fix the traits.
You can view, comment on, or merge this pull request online at:

  https://github.com/mlpack/mlpack/pull/724

-- Commit Summary --

  * Fixed a segfault in RPlusTreeSplit. Fixed traits for the R+/R++ tree.

-- File Changes --

    M src/mlpack/core/tree/rectangle_tree.hpp (2)
    M src/mlpack/core/tree/rectangle_tree/r_plus_tree_split_impl.hpp (21)
    M src/mlpack/core/tree/rectangle_tree/traits.hpp (48)
    M src/mlpack/tests/rectangle_tree_test.cpp (8)

-- Patch Links --

https://github.com/mlpack/mlpack/pull/724.patch
https://github.com/mlpack/mlpack/pull/724.diff

---
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/724
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160716/4b39cbee/attachment-0001.html>


More information about the mlpack-git mailing list