[mlpack-git] master: Make parameter name unambiguous. (c8511e6)

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


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

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

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

commit c8511e698081ec3fa5ff715895961ec7b4da2ba6
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Nov 18 11:23:56 2015 -0800

    Make parameter name unambiguous.


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

c8511e698081ec3fa5ff715895961ec7b4da2ba6
 src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp b/src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp
index e644c2b..549a108 100644
--- a/src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp
+++ b/src/mlpack/methods/hoeffding_trees/hoeffding_tree_main.cpp
@@ -38,7 +38,7 @@ PARAM_FLAG("batch_mode", "If true, samples will be considered in batch instead "
     " memory usage and runtime.", "b");
 PARAM_FLAG("info_gain", "If set, information gain is used instead of Gini "
     "impurity for calculating Hoeffding bounds.", "i");
-PARAM_INT("passes", "Number of passes to take over the dataset.", "p", 1);
+PARAM_INT("passes", "Number of passes to take over the dataset.", "s", 1);
 
 // Helper function for once we have chosen a tree type.
 template<typename TreeType>



More information about the mlpack-git mailing list