[mlpack] 57/207: Document addition of decision tree.

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit add2e1bdc2015107a4be7c1cae4ff6fcb4e0fe09
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Jan 24 11:16:16 2017 -0500

    Document addition of decision tree.
---
 CMakeLists.txt      | 1 +
 HISTORY.md          | 7 +++++++
 src/mlpack/core.hpp | 1 +
 3 files changed, 9 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4c3ae5b..ae70f2d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -456,6 +456,7 @@ if (UNIX)
           mlpack_krann
           mlpack_cf
           mlpack_decision_stump
+          mlpack_decision_tree
           mlpack_det
           mlpack_emst
           mlpack_fastmks
diff --git a/HISTORY.md b/HISTORY.md
index c5e08d6..17d6a0c 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,3 +1,10 @@
+### mlpack ?.?.?
+###### ????-??-??
+  * Bugfix for mlpack_knn program (#816).
+
+  * Add decision tree implementation in methods/decision_tree/.  This is very
+    similar to a C4.5 tree learner.
+
 ### mlpack 2.1.1
 ###### 2016-12-22
   * HMMs now use random initialization; this should fix some convergence issues
diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp
index 4a9140a..f2f3b30 100644
--- a/src/mlpack/core.hpp
+++ b/src/mlpack/core.hpp
@@ -59,6 +59,7 @@
  * - mlpack_approx_kfn
  * - mlpack_cf
  * - mlpack_decision_stump
+ * - mlpack_decision_tree
  * - mlpack_det
  * - mlpack_emst
  * - mlpack_fastmks

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list