[mlpack-git] master: Merge pull request #767 from lozhnikov/rtree-constructor-fixes (5429a59)

gitdub at mlpack.org gitdub at mlpack.org
Mon Aug 22 14:40:01 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/20f4eacd1b082d04d9aab1fc2f61ef3edaac3f33...5429a59ec38c2b8ebaf27257c74b5e45594976e1

>---------------------------------------------------------------

commit 5429a59ec38c2b8ebaf27257c74b5e45594976e1
Merge: 20f4eac be94cfe
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Aug 22 11:40:01 2016 -0700

    Merge pull request #767 from lozhnikov/rtree-constructor-fixes
    
    Fixed copy constructor of RectangleTree and added move constructor.


>---------------------------------------------------------------

5429a59ec38c2b8ebaf27257c74b5e45594976e1
 .../tree/rectangle_tree/discrete_hilbert_value.hpp | 25 ++++++-
 .../rectangle_tree/discrete_hilbert_value_impl.hpp | 84 ++++++++++++++++++++--
 .../hilbert_r_tree_auxiliary_information.hpp       | 29 +++++++-
 .../hilbert_r_tree_auxiliary_information_impl.hpp  | 23 +++++-
 .../rectangle_tree/hilbert_r_tree_split_impl.hpp   |  7 +-
 .../rectangle_tree/no_auxiliary_information.hpp    | 12 +++-
 .../r_plus_plus_tree_auxiliary_information.hpp     | 21 ++++--
 ...r_plus_plus_tree_auxiliary_information_impl.hpp | 12 +++-
 .../core/tree/rectangle_tree/rectangle_tree.hpp    | 11 ++-
 .../tree/rectangle_tree/rectangle_tree_impl.hpp    | 70 ++++++++++++++++--
 .../x_tree_auxiliary_information.hpp               | 61 ++++++++++++++--
 src/mlpack/tests/rectangle_tree_test.cpp           | 78 ++++++++++++++++++++
 12 files changed, 399 insertions(+), 34 deletions(-)





More information about the mlpack-git mailing list