Author: apalumbo
Date: Tue Mar 24 20:11:33 2015
New Revision: 1668980
URL: http://svn.apache.org/r1668980
Log:
Add link for Bank Marketing SGD example
Modified:
mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext
mahout/site/mahout_cms/trunk/templates/standard.html
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=1668980&r1=1668979&r2=1668980&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext
(original)
+++ mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext Tue Mar
24 20:11:33 2015
@@ -34,7 +34,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** * 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)*||
+**Dimensionality Reduction** * 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 |
[x](http://mahout.apache.org/users/sparkbindings/home.html)
|[x](http://mahout.apache.org/users/sparkbindings/home.html)
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) |
[x](http://mahout.apache.org/users/sparkbindings/home.html) |
[x](http://mahout.apache.org/users/sparkbindings/home.html)
Modified: mahout/site/mahout_cms/trunk/templates/standard.html
URL:
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/templates/standard.html?rev=1668980&r1=1668979&r2=1668980&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/templates/standard.html (original)
+++ mahout/site/mahout_cms/trunk/templates/standard.html Tue Mar 24 20:11:33
2015
@@ -183,7 +183,8 @@
<li><a
href="/users/classification/partial-implementation.html">Random Forest</a></li>
<li class="nav-header">Classification Examples</li>
<li><a
href="/users/classification/breiman-example.html">Breiman example</a></li>
- <li><a
href="/users/classification/twenty-newsgroups.html">20 newsgroups
example</a></li>
+ <li><a
href="/users/classification/twenty-newsgroups.html">20 Newsgroups
example</a></li>
+ <li><a
href="/users/classification/bankmarketing-example.html">SGD Bank Marketing
Dataset example</a></li>
<li class="nav-header">Clustering</li>
<li><a
href="/users/clustering/k-means-clustering.html">k-Means</a></li>
<li><a
href="/users/clustering/canopy-clustering.html">Canopy</a></li>