[mlpack-git] [mlpack/mlpack] Removed RectangleTree::Points() (#709)

lozhnikov notifications at github.com
Mon Jun 27 17:44:16 EDT 2016


I removed the `RectangleTree::Points()` method. Unfortunately, we can not remove `RectangleTree::Children()` so easy since sometimes we have to modify the pointers. We can use friend classes instead i.e. use `tree.children[i]` instead of `tree.Children()[i]`.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Removed RectangleTree::Points()

-- File Changes --

    M src/mlpack/core/tree/rectangle_tree/dual_tree_traverser_impl.hpp (4)
    M src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_auxiliary_information_impl.hpp (6)
    M src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_split_impl.hpp (6)
    M src/mlpack/core/tree/rectangle_tree/r_star_tree_split_impl.hpp (12)
    M src/mlpack/core/tree/rectangle_tree/r_tree_split_impl.hpp (32)
    M src/mlpack/core/tree/rectangle_tree/rectangle_tree.hpp (10)
    M src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp (19)
    M src/mlpack/core/tree/rectangle_tree/single_tree_traverser_impl.hpp (2)
    M src/mlpack/core/tree/rectangle_tree/x_tree_split_impl.hpp (38)
    M src/mlpack/tests/rectangle_tree_test.cpp (12)

-- Patch Links --

https://github.com/mlpack/mlpack/pull/709.patch
https://github.com/mlpack/mlpack/pull/709.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/709
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160627/dc4f30df/attachment.html>


More information about the mlpack-git mailing list