[mlpack-git] master: Update documentation. (f3c84b4)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Dec 21 15:32:26 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/51205e0ad285b2cf421546d8876fc63e994f2d73...e01baa6582c6ce3cfda243157159de9c30e2cbd8

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

commit f3c84b49ea3ea531f7fd1f8079df3d5c09c73c2f
Author: ryan <ryan at ratml.org>
Date:   Mon Dec 21 15:31:57 2015 -0500

    Update documentation.


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

f3c84b49ea3ea531f7fd1f8079df3d5c09c73c2f
 src/mlpack/methods/cf/cf.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/cf/cf.hpp b/src/mlpack/methods/cf/cf.hpp
index 93e40af..29d851c 100644
--- a/src/mlpack/methods/cf/cf.hpp
+++ b/src/mlpack/methods/cf/cf.hpp
@@ -52,7 +52,7 @@ struct FactorizerTraits
  * extern arma::Col<size_t> users; // users seeking recommendations
  * arma::Mat<size_t> recommendations; // Recommendations
  *
- * CF<> cf(data); // Default options.
+ * CF cf(data); // Default options.
  *
  * // Generate 10 recommendations for all users.
  * cf.GetRecommendations(10, recommendations);



More information about the mlpack-git mailing list