[mlpack-git] master: Add Spill Trees, based on binary space trees. (8adae19)

gitdub at mlpack.org gitdub at mlpack.org
Thu Aug 18 13:39:42 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/0f4b25acd6aaa14294c044874ba6cc0751712baa...0a19d07bd39e6223991976474bc79671ba8aa0f0

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

commit 8adae199663050f3fa10d5325bd0297b7e29ad23
Author: MarcosPividori <marcos.pividori at gmail.com>
Date:   Sun Jul 3 22:11:18 2016 -0300

    Add Spill Trees, based on binary space trees.


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

8adae199663050f3fa10d5325bd0297b7e29ad23
 src/mlpack/core/tree/CMakeLists.txt                |   5 +
 .../core/tree/binary_space_tree/mean_split.hpp     |  16 +
 .../tree/binary_space_tree/mean_split_impl.hpp     |  71 +++
 .../core/tree/binary_space_tree/midpoint_split.hpp |  17 +
 .../tree/binary_space_tree/midpoint_split_impl.hpp |  65 ++
 src/mlpack/core/tree/spill_tree.hpp                |  16 +
 .../spill_tree.hpp}                                | 319 ++++------
 .../core/tree/spill_tree/spill_tree_impl.hpp       | 672 +++++++++++++++++++++
 src/mlpack/core/tree/spill_tree/traits.hpp         |  62 ++
 src/mlpack/core/tree/spill_tree/typedef.hpp        | 117 ++++
 10 files changed, 1156 insertions(+), 204 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 8adae199663050f3fa10d5325bd0297b7e29ad23



More information about the mlpack-git mailing list