[mlpack-git] master: refine messages (60fcc4b)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Nov 16 10:08:32 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/9d882d9461a656dfec814b0ec7ae32bd4aebf8b2...7983dc9bfef684061f040667a69de75887cd2330

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

commit 60fcc4bc0b034710101c42633f51fd17195f73f1
Author: stereomatchingkiss <stereomatchingkiss at gmail.com>
Date:   Thu Oct 29 12:34:14 2015 +0800

    refine messages


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

60fcc4bc0b034710101c42633f51fd17195f73f1
 src/mlpack/methods/softmax_regression/softmax_main.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/methods/softmax_regression/softmax_main.cpp b/src/mlpack/methods/softmax_regression/softmax_main.cpp
index bdaeb8d..a117bcb 100644
--- a/src/mlpack/methods/softmax_regression/softmax_main.cpp
+++ b/src/mlpack/methods/softmax_regression/softmax_main.cpp
@@ -10,8 +10,9 @@ PROGRAM_INFO("Softmax Regression", "This program performs softmax regression "
 
 // Required options.
 PARAM_STRING_REQ("input_data", "Input dataset to perform training on(read from files).", "i");
-PARAM_STRING_REQ("input_label", "Input labels to perform training"
-                                " on(read from files). The labels must specify by row", "l");
+PARAM_STRING_REQ("input_label",
+                 "Input labels to perform training"
+                 " on(read from files). The labels must order as a row", "l");
 
 // Output options.
 PARAM_STRING("output_file", "If specified, the trained results will write into this "



More information about the mlpack-git mailing list