Author: ssc
Date: Tue May  7 08:05:31 2013
New Revision: 1479797

URL: http://svn.apache.org/r1479797
Log:
MAHOUT-1205 ParallelALSFactorizationJob should leverage the distributed cache

Modified:
    mahout/trunk/CHANGELOG

Modified: mahout/trunk/CHANGELOG
URL: 
http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?rev=1479797&r1=1479796&r2=1479797&view=diff
==============================================================================
--- mahout/trunk/CHANGELOG (original)
+++ mahout/trunk/CHANGELOG Tue May  7 08:05:31 2013
@@ -2,21 +2,23 @@ Mahout Change Log
 
 Release 0.8 - unreleased
 
-  MAHOUT-1156 Adding nearest neighbor Searchers (dfilimon)
+  MAHOUT-1205: ParallelALSFactorizationJob should leverage the distributed 
cache (ssc)
 
-  MAHOUT-1202 Speed up Vector operations (dfilimon)
+  MAHOUT-1156: Adding nearest neighbor Searchers (dfilimon)
 
-  MAHOUT-1155 Make MatrixSlice a Vector (and fix Centroid cloning; 
MAHOUT-1202) (dfilimon)
+  MAHOUT-1202: Speed up Vector operations (dfilimon)
 
-  MAHOUT-1189 CosineDistanceMeasure doesn't return 0 for two 0 vectors 
(dfilimon)
+  MAHOUT-1155: Make MatrixSlice a Vector (and fix Centroid cloning; 
MAHOUT-1202) (dfilimon)
 
-  MAHOUT-1180 Multinomial<T> throws ConcurrentModificationException when 
iterating and setting probabilities (dfilimon)
+  MAHOUT-1189: CosineDistanceMeasure doesn't return 0 for two 0 vectors 
(dfilimon)
 
-  MAHOUT-1192 Speed up Vector Operations (robinanil)
+  MAHOUT-1180: Multinomial<T> throws ConcurrentModificationException when 
iterating and setting probabilities (dfilimon)
 
-  MAHOUT-1191 Cleanup Vector Benchmarks make it less variable (robinanil)
+  MAHOUT-1192: Speed up Vector Operations (robinanil)
 
-  MAHOUT-1190 SequentialAccessSparseVector function assignment is very slow 
and other iterator woes (robinanil)
+  MAHOUT-1191: Cleanup Vector Benchmarks make it less variable (robinanil)
+
+  MAHOUT-1190: SequentialAccessSparseVector function assignment is very slow 
and other iterator woes (robinanil)
 
   MAHOUT-1188: Inconsistent reference to Lucene versions in code and POM 
(smarthi)
 


Reply via email to