[mlpack-git] master: A lot of changes. Implemented two approaches in order to compare points. Implemented DiscreteHilbertValue, RecursiveHilbertValue classes. Implemented HilbertRTreeAuxiliaryInformation with a layer of abstraction (template<typename HilbertValue>). (e978498)

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 e978498cdb4f39f2b2f900fd37c11f40dfdd6dd9
Author: Mikhail Lozhnikov <lozhnikovma at gmail.com>
Date:   Mon May 30 00:13:47 2016 +0300

    A lot of changes. Implemented two approaches in order to compare points.
    Implemented DiscreteHilbertValue, RecursiveHilbertValue classes.
    Implemented HilbertRTreeAuxiliaryInformation with a layer of abstraction (template<typename HilbertValue>).


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

e978498cdb4f39f2b2f900fd37c11f40dfdd6dd9
 src/mlpack/core/tree/CMakeLists.txt                |  10 +
 src/mlpack/core/tree/rectangle_tree.hpp            |   5 +
 .../tree/rectangle_tree/discrete_hilbert_value.hpp |  81 ++++++
 .../rectangle_tree/discrete_hilbert_value_impl.hpp | 294 +++++++++++++++++++++
 .../hilbert_r_tree_auxiliary_information.hpp       |  60 +++++
 .../hilbert_r_tree_auxiliary_information_impl.hpp  | 157 +++++++++++
 .../hilbert_r_tree_descent_heuristic_impl.hpp      |   4 +-
 .../tree/rectangle_tree/hilbert_r_tree_split.hpp   |  36 +--
 .../rectangle_tree/hilbert_r_tree_split_impl.hpp   |  72 ++---
 .../rectangle_tree/no_auxiliary_information.hpp    |  29 ++
 .../tree/rectangle_tree/rectangle_tree_impl.hpp    |  82 ++++--
 .../rectangle_tree/recursive_hilbert_value.hpp     | 113 ++++++++
 .../recursive_hilbert_value_impl.hpp               | 209 +++++++++++++++
 src/mlpack/core/tree/rectangle_tree/typedef.hpp    |  31 +++
 .../x_tree_auxiliary_information.hpp               |  28 ++
 15 files changed, 1119 insertions(+), 92 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 e978498cdb4f39f2b2f900fd37c11f40dfdd6dd9



More information about the mlpack-git mailing list