[mlpack-git] master: Add mlpack_hoeffding_tree to list of targets. (3ff35ba)

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


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

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

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

commit 3ff35bad535560479ff7370333eae5210ee6863e
Author: ryan <ryan at ratml.org>
Date:   Wed Dec 23 11:43:31 2015 -0500

    Add mlpack_hoeffding_tree to list of targets.


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

3ff35bad535560479ff7370333eae5210ee6863e
 CMakeLists.txt      | 1 +
 src/mlpack/core.hpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a7703d..122bc8c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -350,6 +350,7 @@ if (UNIX)
           mlpack_hmm_loglik
           mlpack_hmm_train
           mlpack_hmm_viterbi
+          mlpack_hoeffding_tree
           mlpack_kernel_pca
           mlpack_kmeans
           mlpack_lars
diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp
index 61c2f30..6041041 100644
--- a/src/mlpack/core.hpp
+++ b/src/mlpack/core.hpp
@@ -65,6 +65,7 @@
  * - mlpack_hmm_loglik
  * - mlpack_hmm_viterbi
  * - mlpack_hmm_generate
+ * - mlpack_hoeffding_tree
  * - mlpack_kernel_pca
  * - mlpack_kmeans
  * - mlpack_lars



More information about the mlpack-git mailing list