[mlpack-svn] r11167 - mlpack/trunk/src/mlpack/methods/hmm

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jan 19 11:42:15 EST 2012


Author: rcurtin
Date: 2012-01-19 11:42:14 -0500 (Thu, 19 Jan 2012)
New Revision: 11167

Modified:
   mlpack/trunk/src/mlpack/methods/hmm/hmm_train_main.cpp
Log:
Minor spelling fix.


Modified: mlpack/trunk/src/mlpack/methods/hmm/hmm_train_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/hmm/hmm_train_main.cpp	2012-01-19 16:41:49 UTC (rev 11166)
+++ mlpack/trunk/src/mlpack/methods/hmm/hmm_train_main.cpp	2012-01-19 16:42:14 UTC (rev 11167)
@@ -27,7 +27,7 @@
     "--model_file.");
 
 PARAM_STRING_REQ("input_file", "File containing input observations.", "i");
-PARAM_STRING_REQ("type", "Type of HMM: discrete | gaussian | gmm", "t");
+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 "




More information about the mlpack-svn mailing list