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 2015/04/13 05:16:02 UTC

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

Author: buildbot
Date: Mon Apr 13 03:16:01 2015
New Revision: 947365

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 Mon Apr 13 03:16:01 2015
@@ -1 +1 @@
-1673070
+1673091

Modified: websites/staging/mahout/trunk/content/index.html
==============================================================================
--- websites/staging/mahout/trunk/content/index.html (original)
+++ websites/staging/mahout/trunk/content/index.html Mon Apr 13 03:16:01 2015
@@ -267,8 +267,8 @@
     <h4>Latest release version 0.10.0 has</h4>
     <h6>Mahout Samsara Environment</h3>
     <ul>
-      <li>Distributed BLAS optimizer</li>
-      <li>R-Like operators</li>
+      <li>Distributed Algebraic optimizer</li>
+      <li>R-Like DSL Scala API</li>
       <li>Linear algebra operations</li>
       <li>Ops are extensions to Scala</li>
       <li>IScala REPL based interactive shell</li>
@@ -278,10 +278,10 @@
     </ul>
     <h6>Mahout Samsara based Algorithms</h6>
     <ul>
-      <li>Stochastic Singular Value Decomposition (SSVD)</li>
-      <li>Distributed Principal Component Analysis (PCA)</li>
-      <li>Distributed Cholesky QR Reduction (QR)</li>
-      <li>Distributed Alternating Least Squares (ALS) method</li>
+      <li>Stochastic Singular Value Decomposition (ssvd, dssvd)</li>
+      <li>Stochastic Principal Component Analysis (spca, dspca)</li>
+      <li>Distributed Cholesky QR (thinQR) </li>
+      <li>Distributed regularized Alternating Least Squares (dals)</li>
       <li>Collaborative Filtering: Item and Row Similarity</li>
       <li>Naive Bayes Classification</li>
       <li>Distributed and in-core</li>