You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bu...@apache.org on 2014/02/18 19:14:54 UTC

svn commit: r898417 - in /websites/staging/mahout/trunk/content: ./ index.html

Author: buildbot
Date: Tue Feb 18 18:14:53 2014
New Revision: 898417

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/index.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 18 18:14:53 2014
@@ -1 +1 @@
-1569454
+1569456

Modified: websites/staging/mahout/trunk/content/index.html
==============================================================================
--- websites/staging/mahout/trunk/content/index.html (original)
+++ websites/staging/mahout/trunk/content/index.html Tue Feb 18 18:14:53 2014
@@ -330,7 +330,7 @@
  This is an early implementation of MLP to solicit user feedback, needs to be integrated into Mahout’s processing pipeline to work with Mahout’s vectors.</li>
    <li>Scala DSL Bindings for Mahout Math Linear Algebra.  See http://weatheringthrutechdays.blogspot.com/2013/07/scala-dsl-for-mahout-in-core-linear.html - MAHOUT-1297</li>
    <li>Recommenders as a Search.  See https://github.com/pferrel/solr-recommender - MAHOUT-1288</li>
-   <li>Support for easy functional Matrix views and derivatives - MAHOUT-1300<li>
+   <li>Support for easy functional Matrix views and derivatives - MAHOUT-1300</li>
    <li>JSON output format for ClusterDumper - MAHOUT-1343</li>
    <li>Enable randomised testing for all Mahout modules using Carrot RandomizedRunner - MAHOUT-1345</li>
    <li>Online Algorithm for computing accurate Quantiles using 1-dimensional Clustering - MAHOUT-1361.  See https://github.com/tdunning/t-digest/blob/master/docs/theory/t-digest-paper/histo.pdf for the details.