[mlpack-git] master: Merge branch 'thejonan-feature/det_sparse' (981ffa2)

gitdub at mlpack.org gitdub at mlpack.org
Tue Nov 1 15:16:45 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/94d14187222231ca29e4f6419c5999c660db4f8a...981ffa2d67d8fe38df6c699589005835fef710ea

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

commit 981ffa2d67d8fe38df6c699589005835fef710ea
Merge: 94d1418 9506eaa
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Nov 1 15:16:45 2016 -0400

    Merge branch 'thejonan-feature/det_sparse'


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

981ffa2d67d8fe38df6c699589005835fef710ea
 .gitignore                                         |   2 +
 COPYRIGHT.txt                                      |   1 +
 src/mlpack/core.hpp                                |   1 +
 src/mlpack/core/arma_extend/Mat_extra_bones.hpp    |   9 +
 src/mlpack/core/arma_extend/SpMat_extra_bones.hpp  |   8 +
 src/mlpack/methods/det/CMakeLists.txt              |   6 +-
 src/mlpack/methods/det/det_main.cpp                |   5 +-
 src/mlpack/methods/det/dt_utils.hpp                |  23 +-
 .../det/{dt_utils.cpp => dt_utils_impl.hpp}        | 104 ++---
 src/mlpack/methods/det/dtree.hpp                   | 103 ++---
 .../methods/det/{dtree.cpp => dtree_impl.hpp}      | 447 ++++++++++++++-------
 src/mlpack/tests/det_test.cpp                      | 162 +++++++-
 src/mlpack/tests/serialization_test.cpp            |  15 +-
 13 files changed, 583 insertions(+), 303 deletions(-)




More information about the mlpack-git mailing list