[mlpack-git] [mlpack/mlpack] Hilbert R tree fixes (#710)

lozhnikov notifications at github.com
Tue Jun 28 10:44:57 EDT 2016


I found some weird errors in the Hilbert R tree implementation. I fixed them in 05fbd27.
Moreover, I added the Hilbert R tree to (NS, RS, RA)Model and (A)KNNTest, RangeSearchTest and KRANNTest.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Some Hilbert R tree fixes
  * Added the Hilbert R tree to NSModel
  * Added the Hilbert R tree to RSModel
  * Added the Hilbert R tree to RAModel
  * Added the Hilbert R tree to (A)KNNTest, RangeSearchTest and KRANNTest.

-- File Changes --

    M src/mlpack/core/tree/rectangle_tree/discrete_hilbert_value.hpp (9)
    M src/mlpack/core/tree/rectangle_tree/discrete_hilbert_value_impl.hpp (4)
    M src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_auxiliary_information.hpp (8)
    M src/mlpack/core/tree/rectangle_tree/hilbert_r_tree_auxiliary_information_impl.hpp (4)
    M src/mlpack/methods/neighbor_search/kfn_main.cpp (6)
    M src/mlpack/methods/neighbor_search/knn_main.cpp (6)
    M src/mlpack/methods/neighbor_search/ns_model.hpp (6)
    M src/mlpack/methods/neighbor_search/ns_model_impl.hpp (6)
    M src/mlpack/methods/range_search/range_search_main.cpp (6)
    M src/mlpack/methods/range_search/rs_model.cpp (21)
    M src/mlpack/methods/range_search/rs_model.hpp (5)
    M src/mlpack/methods/range_search/rs_model_impl.hpp (14)
    M src/mlpack/methods/rann/krann_main.cpp (6)
    M src/mlpack/methods/rann/ra_model.hpp (5)
    M src/mlpack/methods/rann/ra_model_impl.hpp (56)
    M src/mlpack/tests/aknn_test.cpp (12)
    M src/mlpack/tests/knn_test.cpp (12)
    M src/mlpack/tests/krann_search_test.cpp (6)
    M src/mlpack/tests/range_search_test.cpp (12)

-- Patch Links --

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


More information about the mlpack-git mailing list