[mlpack-svn] r15871 - mlpack/trunk/src/mlpack/methods/cf

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Sep 30 13:54:29 EDT 2013


Author: rcurtin
Date: Mon Sep 30 13:54:28 2013
New Revision: 15871

Log:
Minor comment fix.


Modified:
   mlpack/trunk/src/mlpack/methods/cf/cf.hpp

Modified: mlpack/trunk/src/mlpack/methods/cf/cf.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/cf/cf.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/cf/cf.hpp	Mon Sep 30 13:54:28 2013
@@ -139,7 +139,7 @@
   /**
    * Generates default number of recommendations for all users.
    *
-   * @param recommendations Matrix to save recommendations
+   * @param recommendations Matrix to save recommendations into.
    */
   void GetRecommendations(arma::Mat<size_t>& recommendations);
 



More information about the mlpack-svn mailing list