You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2014/10/24 18:42:42 UTC

svn commit: r1634090 - /mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext

Author: apalumbo
Date: Fri Oct 24 16:42:42 2014
New Revision: 1634090

URL: http://svn.apache.org/r1634090
Log:
CMS commit to mahout by apalumbo

Modified:
    mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext?rev=1634090&r1=1634089&r2=1634090&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext Fri Oct 24 16:42:42 2014
@@ -4,7 +4,7 @@ Title: Algorithms
 *Mahout 1.0 Features by Engine*
 ---
 
-| | Single Machine | [MapReduce](http://hadoop.apache.org/docs/r1.2.1/mapred_tutorial.html)| [Spark](https://spark.apache.org/) | [H2O](http://0xdata.com/) | [Flink](https://flink.incubator.apache.org/)
+| | **Single Machine** | [**MapReduce**](http://hadoop.apache.org/docs/r1.2.1/mapred_tutorial.html)| [**Spark**](https://spark.apache.org/) | [**H2O**](http://0xdata.com/) | [**Flink**](https://flink.incubator.apache.org/)
 ---------------------------------------------|:----------------:|:-----------:|:------:|:---:|:----:|
 **Mahout Math-Scala Core Library and Scala DSL**| 
 |   [Mahout Distributed BLAS. Distributed Row Matrix API with R and Matlab like operators. Distributed ALS, SPCA, SSVD, thin-QR. Similarity Analysis](http://mahout.apache.org/users/sparkbindings/home.html).    | |  | [x](https://mahout.apache.org/users/sparkbindings/ScalaSparkBindings.pdf) | [x](https://github.com/apache/mahout/tree/master/h2o) |[*in development*](https://github.com/tillrohrmann/mahout/tree/flink-bindings/flink)|
@@ -33,7 +33,7 @@ Title: Algorithms
     Streaming k-Means   | [x](https://mahout.apache.org/users/clustering/streaming-k-means.html) | [x](https://mahout.apache.org/users/clustering/streaming-k-means.html) |  
     Spectral Clustering   |  | [x](https://mahout.apache.org/users/clustering/spectral-clustering.html) |  
 ||
-**Dimensionality Reduction** *with CLI Drivers - note: most scala-based dimensionality reduction algorithms are available through the [Math-Scala Core Library for all engines](https://mahout.apache.org/users/sparkbindings/home.html)*||
+**Dimensionality Reduction** *with CLI Drivers - note: most scala-based dimensionality reduction algorithms are available through the [Mahout Math-Scala Core Library for all engines](https://mahout.apache.org/users/sparkbindings/home.html)*||
     Singular Value Decomposition | x | x | |
     Lanczos Algorithm  | x | x | 
     Stochastic SVD  | [x](https://mahout.apache.org/users/dim-reduction/ssvd.html) | [x](https://mahout.apache.org/users/dim-reduction/ssvd.html) |  |