[mlpack-svn] r16404 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Apr 7 11:22:54 EDT 2014


Author: rcurtin
Date: Mon Apr  7 11:22:54 2014
New Revision: 16404

Log:
Document API change in an attempt to piss people off less when their programs
are broken.


Modified:
   mlpack/trunk/HISTORY.txt

Modified: mlpack/trunk/HISTORY.txt
==============================================================================
--- mlpack/trunk/HISTORY.txt	(original)
+++ mlpack/trunk/HISTORY.txt	Mon Apr  7 11:22:54 2014
@@ -18,6 +18,10 @@
   * CF (collaborative filtering) now expects users and items to be zero-indexed,
     not one-indexed (#324).
 
+  * CF::GetRecommendations() API change: now requires the number of
+    recommendations as the first parameter.  The number of users in the local
+    neighborhood should be specified with CF::NumUsersForSimilarity().
+
   * Removed incorrect PeriodicHRectBound (#30).
 
   * Refactor LRSDP into LRSDP class and standalone function to be optimized



More information about the mlpack-svn mailing list