Author: apalumbo
Date: Tue Mar 24 21:56:08 2015
New Revision: 1669002

URL: http://svn.apache.org/r1669002
Log:
Change thin QR to Cholesky QR, fix Bank Marketing example name on menu

Modified:
    mahout/site/mahout_cms/trunk/content/users/algorithms/d-qr.mdtext
    mahout/site/mahout_cms/trunk/templates/standard.html

Modified: mahout/site/mahout_cms/trunk/content/users/algorithms/d-qr.mdtext
URL: 
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/algorithms/d-qr.mdtext?rev=1669002&r1=1669001&r2=1669002&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/algorithms/d-qr.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/algorithms/d-qr.mdtext Tue Mar 
24 21:56:08 2015
@@ -1,4 +1,4 @@
-# Distributed thin QR
+# Distributed Cholesky QR
 
 
 ## Intro

Modified: mahout/site/mahout_cms/trunk/templates/standard.html
URL: 
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/templates/standard.html?rev=1669002&r1=1669001&r2=1669002&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/templates/standard.html (original)
+++ mahout/site/mahout_cms/trunk/templates/standard.html Tue Mar 24 21:56:08 
2015
@@ -166,7 +166,7 @@
               <li class="dropdown"> <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Algorithms<b class="caret"></b></a>
                 <ul class="dropdown-menu">                
                   <li class="nav-header">Matrix Decomposition</li>
-                  <li><a href="/users/algorithms/d-qr.html">Distributed 
QR</a></li>
+                  <li><a href="/users/algorithms/d-qr.html">Cholesky 
QR</a></li>
                   <li class="nav-header">Recommendations</li>
                   <li><a 
href="/users/algorithms/recommender-overview.html">Recommender Overview</a></li>
                   <li><a 
href="/users/algorithms/intro-cooccurrence-spark.html">Intro to 
cooccurrence-based<br/> recommendations with Spark</a></li>
@@ -183,8 +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/bankmarketing-example.html">SGD Bank Marketing 
Dataset 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 classifier bank 
marketing</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>


Reply via email to