[mlpack-git] master: Refactor trees to allow arbitrary element types. (a69871c)

gitdub at mlpack.org gitdub at mlpack.org
Mon Mar 7 14:59:46 EST 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/f45c17bc4d70ee5d82bf11a91850a34b814eccff...a69871c4eb63087c825502fd2277565453720568

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

commit a69871c4eb63087c825502fd2277565453720568
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Mar 7 19:59:22 2016 +0000

    Refactor trees to allow arbitrary element types.


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

a69871c4eb63087c825502fd2277565453720568
 .../tree/binary_space_tree/binary_space_tree.hpp   |  41 +++----
 .../binary_space_tree/binary_space_tree_impl.hpp   |  31 ++++--
 src/mlpack/core/tree/cover_tree/cover_tree.hpp     |  75 ++++++-------
 .../core/tree/cover_tree/cover_tree_impl.hpp       | 120 ++++++++++++---------
 .../r_star_tree_descent_heuristic_impl.hpp         |  50 +++++----
 .../core/tree/rectangle_tree/r_star_tree_split.hpp |   7 +-
 .../tree/rectangle_tree/r_star_tree_split_impl.hpp | 104 +++++++++---------
 .../r_tree_descent_heuristic_impl.hpp              |  22 ++--
 .../core/tree/rectangle_tree/r_tree_split_impl.hpp |  51 +++++----
 .../core/tree/rectangle_tree/rectangle_tree.hpp    |  38 +++----
 .../tree/rectangle_tree/rectangle_tree_impl.hpp    |  30 +++---
 11 files changed, 324 insertions(+), 245 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 a69871c4eb63087c825502fd2277565453720568



More information about the mlpack-git mailing list