[mlpack-git] master: Added some comments and style fixes for the R+/R++ tree. (0f16e54)

gitdub at mlpack.org gitdub at mlpack.org
Tue Jun 28 17:45:03 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/6147ed01bab6eadcd6a5e796e259a6afacae4662...e0fd69006b17a845f066ea4de1e205fc0922739d

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

commit 0f16e54611c229e39757aeb675b42c5a17bdde80
Author: Mikhail Lozhnikov <lozhnikovma at gmail.com>
Date:   Wed Jun 29 00:45:03 2016 +0300

    Added some comments and style fixes for the R+/R++ tree.


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

0f16e54611c229e39757aeb675b42c5a17bdde80
 .../tree/rectangle_tree/minimal_coverage_sweep.hpp |  72 +++++++++++++--
 .../rectangle_tree/minimal_coverage_sweep_impl.hpp |  38 ++++++--
 .../rectangle_tree/minimal_splits_number_sweep.hpp |  41 ++++++++-
 .../minimal_splits_number_sweep_impl.hpp           |  19 +++-
 .../rectangle_tree/no_auxiliary_information.hpp    |  18 +++-
 .../r_plus_plus_tree_auxiliary_information.hpp     | 100 +++++++++++++++++----
 ...r_plus_plus_tree_auxiliary_information_impl.hpp |  47 +++++-----
 .../r_plus_plus_tree_descent_heuristic_impl.hpp    |  22 ++---
 .../r_plus_plus_tree_split_policy.hpp              |  37 +++++++-
 .../r_plus_tree_descent_heuristic.hpp              |   8 +-
 .../r_plus_tree_descent_heuristic_impl.hpp         |  26 ++++--
 .../core/tree/rectangle_tree/r_plus_tree_split.hpp |  82 +++++++++++++----
 .../tree/rectangle_tree/r_plus_tree_split_impl.hpp |  64 ++++++++-----
 .../rectangle_tree/r_plus_tree_split_policy.hpp    |  35 +++++++-
 .../tree/rectangle_tree/rectangle_tree_impl.hpp    |   9 +-
 src/mlpack/tests/rectangle_tree_test.cpp           |  88 +++++++++++-------
 16 files changed, 536 insertions(+), 170 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 0f16e54611c229e39757aeb675b42c5a17bdde80



More information about the mlpack-git mailing list