[mlpack-svn] r15885 - 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 23:47:22 EDT 2013


Author: rcurtin
Date: Mon Sep 30 23:47:21 2013
New Revision: 15885

Log:
No! The spaces were WRONG!


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 23:47:21 2013
@@ -210,12 +210,12 @@
    * @param neighbor Index of item being inserted as a recommendation.
    * @param value Value of recommendation.
    */
-   void InsertNeighbor(const size_t queryIndex,
-                       const size_t pos,
-                       const size_t neighbor,
-                       const double value,
-                       arma::Mat<size_t>& recommendations,
-                       arma::mat& values) const;
+  void InsertNeighbor(const size_t queryIndex,
+                      const size_t pos,
+                      const size_t neighbor,
+                      const double value,
+                      arma::Mat<size_t>& recommendations,
+                      arma::mat& values) const;
 
 }; // class CF
 



More information about the mlpack-svn mailing list