[mlpack-git] master: Add (unused) test set parameter. (953f96e)

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


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

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

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

commit 953f96ea6240e879b7eb9464ad9b6346f4f896e0
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Sep 30 15:25:03 2015 -0400

    Add (unused) test set parameter.


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

953f96ea6240e879b7eb9464ad9b6346f4f896e0
 src/mlpack/methods/hoeffding_trees/streaming_decision_tree_main.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mlpack/methods/hoeffding_trees/streaming_decision_tree_main.cpp b/src/mlpack/methods/hoeffding_trees/streaming_decision_tree_main.cpp
index 949614d..0d85848 100644
--- a/src/mlpack/methods/hoeffding_trees/streaming_decision_tree_main.cpp
+++ b/src/mlpack/methods/hoeffding_trees/streaming_decision_tree_main.cpp
@@ -22,6 +22,8 @@ PARAM_DOUBLE("confidence", "Confidence before splitting (between 0 and 1).",
 PARAM_INT("max_samples", "Maximum number of samples before splitting.", "m",
     5000);
 
+PARAM_STRING("test_file", "File of testing data.", "T", "");
+
 
 int main(int argc, char** argv)
 {



More information about the mlpack-git mailing list