[mlpack-git] master: Added help information in CF executable. (9d4db15)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:58:55 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 9d4db15af3317e187172a15988d27de0d09c2f1c
Author: Siddharth Agrawal <siddharth.950 at gmail.com>
Date:   Tue Aug 19 18:07:44 2014 +0000

    Added help information in CF executable.


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

9d4db15af3317e187172a15988d27de0d09c2f1c
 src/mlpack/methods/cf/cf_main.cpp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/methods/cf/cf_main.cpp b/src/mlpack/methods/cf/cf_main.cpp
index 95c3416..3b56e69 100644
--- a/src/mlpack/methods/cf/cf_main.cpp
+++ b/src/mlpack/methods/cf/cf_main.cpp
@@ -34,7 +34,12 @@ PROGRAM_INFO("Collaborating Filtering", "This program performs collaborative "
     "first column is the user, the second column is the item, and the third "
     "column is that user's rating of that item.  Both the users and items "
     "should be numeric indices, not names. The indices are assumed to start "
-    "from 0.");
+    "from 0."
+    "\n\n"
+    "The following optimization algorithms can be used with --algorithm (-a) "
+    "parameter: "
+    "\n"
+    "RegSVD -- Regularized SVD using a SGD optimizer ");
 
 // Parameters for program.
 PARAM_STRING_REQ("input_file", "Input dataset to perform CF on.", "i");



More information about the mlpack-git mailing list