[mlpack-git] master: Install the hoeffding_tree program. (4909f53)

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


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

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

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

commit 4909f537c168741481c974818d077e490ba17819
Author: ryan <ryan at ratml.org>
Date:   Tue Dec 15 01:06:01 2015 -0500

    Install the hoeffding_tree program.


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

4909f537c168741481c974818d077e490ba17819
 src/mlpack/methods/hoeffding_trees/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/methods/hoeffding_trees/CMakeLists.txt b/src/mlpack/methods/hoeffding_trees/CMakeLists.txt
index ecb0d8e..da6fe9c 100644
--- a/src/mlpack/methods/hoeffding_trees/CMakeLists.txt
+++ b/src/mlpack/methods/hoeffding_trees/CMakeLists.txt
@@ -32,3 +32,4 @@ add_executable(hoeffding_tree
 target_link_libraries(hoeffding_tree
   mlpack
 )
+install(TARGETS hoeffding_tree RUNTIME DESTINATION bin)



More information about the mlpack-git mailing list