[mlpack-svn] r13387 - mlpack/trunk/src/mlpack/methods/nmf

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Aug 10 20:05:27 EDT 2012


Author: rcurtin
Date: 2012-08-10 20:05:27 -0400 (Fri, 10 Aug 2012)
New Revision: 13387

Modified:
   mlpack/trunk/src/mlpack/methods/nmf/nmf_main.cpp
Log:
Heh... -h is already in use...


Modified: mlpack/trunk/src/mlpack/methods/nmf/nmf_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/nmf/nmf_main.cpp	2012-08-10 20:13:58 UTC (rev 13386)
+++ mlpack/trunk/src/mlpack/methods/nmf/nmf_main.cpp	2012-08-11 00:05:27 UTC (rev 13387)
@@ -44,8 +44,8 @@
 
 // Parameters for program.
 PARAM_STRING_REQ("input_file", "Input dataset to perform NMF on.", "i");
-PARAM_STRING_REQ("w_file", "File to save the calculated W matrix to.", "w");
-PARAM_STRING_REQ("h_file", "File to save the calculated H matrix to.", "h");
+PARAM_STRING_REQ("w_file", "File to save the calculated W matrix to.", "W");
+PARAM_STRING_REQ("h_file", "File to save the calculated H matrix to.", "H");
 PARAM_INT_REQ("rank", "Rank of the factorization.", "r");
 
 PARAM_INT("max_iterations", "Number of iterations before NMF terminates (0 runs"




More information about the mlpack-svn mailing list