[mlpack-git] master: Remove extra space. (9d882d9)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Nov 16 09:58:19 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/69b969be75362bf93c222f9cd3da77d4f6694352...9d882d9461a656dfec814b0ec7ae32bd4aebf8b2

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

commit 9d882d9461a656dfec814b0ec7ae32bd4aebf8b2
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Nov 16 06:57:55 2015 -0800

    Remove extra space.


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

9d882d9461a656dfec814b0ec7ae32bd4aebf8b2
 src/mlpack/methods/hmm/hmm_train_main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/hmm/hmm_train_main.cpp b/src/mlpack/methods/hmm/hmm_train_main.cpp
index 87d5c04..20060c3 100644
--- a/src/mlpack/methods/hmm/hmm_train_main.cpp
+++ b/src/mlpack/methods/hmm/hmm_train_main.cpp
@@ -35,7 +35,7 @@ PARAM_STRING_REQ("type", "Type of HMM: discrete | gaussian | gmm.", "t");
 
 PARAM_FLAG("batch", "If true, input_file (and if passed, labels_file) are "
     "expected to contain a list of files to use as input observation sequences "
-    " (and label sequences).", "b");
+    "(and label sequences).", "b");
 PARAM_INT("states", "Number of hidden states in HMM (necessary, unless "
     "model_file is specified.", "n", 0);
 PARAM_INT("gaussians", "Number of gaussians in each GMM (necessary when type is"



More information about the mlpack-git mailing list