[mlpack-git] master: Added a bit of documentation. A lot of style fixes. A lot of bug fixes. Added tests. (1d7ec25)

gitdub at mlpack.org gitdub at mlpack.org
Mon Jun 27 11:35:59 EDT 2016


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

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

commit 1d7ec250470d3f74884f2f05e7d0167e54d4afbc
Author: Mikhail Lozhnikov <lozhnikovma at gmail.com>
Date:   Wed Jun 1 10:49:19 2016 +0300

    Added a bit of documentation.
    A lot of style fixes. A lot of bug fixes.
    Added tests.


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

1d7ec250470d3f74884f2f05e7d0167e54d4afbc
 .../tree/rectangle_tree/discrete_hilbert_value.hpp | 113 +++++++++++++++-
 .../rectangle_tree/discrete_hilbert_value_impl.hpp | 123 +++++++++++++----
 .../hilbert_r_tree_auxiliary_information.hpp       |  58 ++++++++-
 .../hilbert_r_tree_auxiliary_information_impl.hpp  |  28 ++--
 .../hilbert_r_tree_descent_heuristic.hpp           |  29 ++++-
 .../hilbert_r_tree_descent_heuristic_impl.hpp      |  28 +++-
 .../tree/rectangle_tree/hilbert_r_tree_split.hpp   |  45 ++++++-
 .../rectangle_tree/hilbert_r_tree_split_impl.hpp   | 134 ++++++++++++++-----
 .../rectangle_tree/no_auxiliary_information.hpp    |  25 +++-
 .../r_star_tree_descent_heuristic.hpp              |  13 ++
 .../r_star_tree_descent_heuristic_impl.hpp         |   9 ++
 .../rectangle_tree/r_tree_descent_heuristic.hpp    |  13 ++
 .../r_tree_descent_heuristic_impl.hpp              |   7 +
 .../tree/rectangle_tree/rectangle_tree_impl.hpp    |  18 ++-
 .../rectangle_tree/recursive_hilbert_value.hpp     | 112 +++++++++++++++-
 .../recursive_hilbert_value_impl.hpp               |  56 ++++++--
 src/mlpack/core/tree/rectangle_tree/typedef.hpp    |   2 +-
 .../x_tree_auxiliary_information.hpp               |  45 ++++++-
 src/mlpack/tests/rectangle_tree_test.cpp           | 145 +++++++++++++++++++++
 19 files changed, 887 insertions(+), 116 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 1d7ec250470d3f74884f2f05e7d0167e54d4afbc



More information about the mlpack-git mailing list