[mlpack-git] master: Removed the localDataset variable from the RectangleTree class. (8cc0ac5)

gitdub at mlpack.org gitdub at mlpack.org
Mon Jun 13 17:47:55 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/37fda23945b4f998cd5fa6ec011ae345236c8552...479eca0c625cc4255a3b1a354a4788dae10f1b01

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

commit 8cc0ac50945899a407cc342c30d5dd01ab6502e3
Author: Mikhail Lozhnikov <lozhnikovma at gmail.com>
Date:   Tue Jun 14 00:47:55 2016 +0300

    Removed the localDataset variable from the RectangleTree class.


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

8cc0ac50945899a407cc342c30d5dd01ab6502e3
 .../rectangle_tree/discrete_hilbert_value_impl.hpp |   4 +-
 .../hilbert_r_tree_auxiliary_information.hpp       |   5 -
 .../hilbert_r_tree_auxiliary_information_impl.hpp  |  41 +---
 .../hilbert_r_tree_descent_heuristic.hpp           |  11 -
 .../hilbert_r_tree_descent_heuristic_impl.hpp      |  13 --
 .../rectangle_tree/hilbert_r_tree_split_impl.hpp   |  14 +-
 .../rectangle_tree/no_auxiliary_information.hpp    |   4 -
 .../r_star_tree_descent_heuristic.hpp              |  13 --
 .../r_star_tree_descent_heuristic_impl.hpp         |  17 +-
 .../tree/rectangle_tree/r_star_tree_split_impl.hpp |  80 ++------
 .../rectangle_tree/r_tree_descent_heuristic.hpp    |  13 --
 .../r_tree_descent_heuristic_impl.hpp              |  15 +-
 .../core/tree/rectangle_tree/r_tree_split_impl.hpp |  10 +-
 .../core/tree/rectangle_tree/rectangle_tree.hpp    |  11 -
 .../tree/rectangle_tree/rectangle_tree_impl.hpp    | 226 ++-------------------
 .../recursive_hilbert_value_impl.hpp               |   9 +-
 .../x_tree_auxiliary_information.hpp               |   4 -
 .../core/tree/rectangle_tree/x_tree_split_impl.hpp |  82 ++------
 src/mlpack/tests/rectangle_tree_test.cpp           |  59 +-----
 19 files changed, 84 insertions(+), 547 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 8cc0ac50945899a407cc342c30d5dd01ab6502e3



More information about the mlpack-git mailing list