[mlpack-git] [mlpack/mlpack] Fix erroneous ball tree definition. (#655)

MarcosPividori notifications at github.com
Fri May 27 20:26:20 EDT 2016


You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Fix error, a balltree should use ballbounds instead of hrectbounds.
  * Set proper template order. To work with binary space trees, the metric template parameter must be the first.
  * Proper template order to BallBound.
  * Fix error. kdtree where should be a balltree.
  * Change template name to be similar to the definition of hrectbound.

-- File Changes --

    M src/mlpack/core/tree/ballbound.hpp (20)
    M src/mlpack/core/tree/ballbound_impl.hpp (94)
    M src/mlpack/core/tree/binary_space_tree/typedef.hpp (4)
    M src/mlpack/methods/neighbor_search/ns_model_impl.hpp (2)
    M src/mlpack/tests/serialization_test.cpp (4)

-- Patch Links --

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


More information about the mlpack-git mailing list