[mlpack] 26/58: Added help information in CF executable.

Barak A. Pearlmutter barak+git at cs.nuim.ie
Tue Sep 9 13:19:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch svn-trunk
in repository mlpack.

commit 6a7e601b8d8635464b12aacf2ca836f641f58928
Author: siddharth.950 <siddharth.950 at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Tue Aug 19 18:07:44 2014 +0000

    Added help information in CF executable.
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17076 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 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");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list