[mlpack-git] master: Update configuration. (62d6f47)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 23 11:45:39 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/de9cc4b05069e1fa4793d9355f2f595af5ff45d2...6070527af14296cd99739de6c62666cc5d2a2125

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

commit 62d6f47cdd147376e318f89748b9bde3ebc3ce96
Author: Ryan Curtin <ryan at ratml.org>
Date:   Sun Nov 1 17:40:50 2015 +0000

    Update configuration.


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

62d6f47cdd147376e318f89748b9bde3ebc3ce96
 src/mlpack/methods/hoeffding_trees/CMakeLists.txt | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/mlpack/methods/hoeffding_trees/CMakeLists.txt b/src/mlpack/methods/hoeffding_trees/CMakeLists.txt
index 1e7417b..4de724a 100644
--- a/src/mlpack/methods/hoeffding_trees/CMakeLists.txt
+++ b/src/mlpack/methods/hoeffding_trees/CMakeLists.txt
@@ -12,8 +12,6 @@ set(SOURCES
   hoeffding_tree.hpp
   hoeffding_tree_impl.hpp
   numeric_split_info.hpp
-  streaming_decision_tree.hpp
-  streaming_decision_tree_impl.hpp
   typedef.hpp
 )
 
@@ -26,9 +24,9 @@ endforeach()
 # the parent scope).
 set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
 
-add_executable(streaming_decision_tree
-  streaming_decision_tree_main.cpp
+add_executable(hoeffding_tree
+  hoeffding_tree_main.cpp
 )
-target_link_libraries(streaming_decision_tree
+target_link_libraries(hoeffding_tree
   mlpack
 )



More information about the mlpack-git mailing list