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 2013/11/20 11:55:42 UTC

svn commit: r887337 - in /websites/staging/mahout/trunk/content: ./ users/basics/algorithms.html

Author: buildbot
Date: Wed Nov 20 10:55:42 2013
New Revision: 887337

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/users/basics/algorithms.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 20 10:55:42 2013
@@ -1 +1 @@
-1543762
+1543763

Modified: websites/staging/mahout/trunk/content/users/basics/algorithms.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/basics/algorithms.html (original)
+++ websites/staging/mahout/trunk/content/users/basics/algorithms.html Wed Nov 20 10:55:42 2013
@@ -411,28 +411,28 @@ can be found at Google Answers: <a href=
 implementation) please visit the following pages.</p>
 <p>Fully supported:</p>
 <ul>
-<li><a href="logistic-regression.html">Logistic Regression</a> (SGD) - model parameter selection can be done in Hadoop</li>
-<li><a href="bayesian.html">Naive Bayes/ Complementary Naive Bayes</a> - training runs on Hadoop</li>
-<li><a href="random-forests.html">Random Forests</a>
- (integrated - <a href="http://issues.apache.org/jira/browse/MAHOUT-122">MAHOUT-122</a>, - training is done in Hadoop
+<li><a href="../classification/logistic-regression.html">Logistic Regression</a> (SGD) - model parameter selection can be done in Hadoop</li>
+<li><a href="../classification/bayesian.html">Naive Bayes/ Complementary Naive Bayes</a> - training runs on Hadoop</li>
+<li><a href="../classification/random-forests.html">Random Forests</a>
+ (<a href="http://issues.apache.org/jira/browse/MAHOUT-122">MAHOUT-122</a>, - training is done in Hadoop
  <a href="http://issues.apache.org/jira/browse/MAHOUT-140">MAHOUT-140</a>, <a href="http://issues.apache.org/jira/browse/MAHOUT-145">MAHOUT-145</a></li>
-<li><a href="hidden-markov-models.html">Hidden Markov Models</a> (see MAHOUT-627, MAHOUT-396, MAHOUT-734) - training is done in
+<li><a href="../classification/hidden-markov-models.html">Hidden Markov Models</a> (see MAHOUT-627, MAHOUT-396, MAHOUT-734) - training is done in
 Map-Reduce</li>
 </ul>
 <p>Deprecated or drafts only:</p>
 <ul>
-<li><a href="support-vector-machines.html">Support Vector Machines</a> (see <a href="http://issues.apache.org/jira/browse/MAHOUT-14">MAHOUT-14</a>
+<li><a href="../classification/support-vector-machines.html">Support Vector Machines</a> (see <a href="http://issues.apache.org/jira/browse/MAHOUT-14">MAHOUT-14</a>
 , <a href="http://issues.apache.org/jira/browse/MAHOUT-232">MAHOUT-232</a>
  and <a href="https://issues.apache.org/jira/browse/MAHOUT-334">MAHOUT-334</a> </li>
-<li><a href="perceptron-and-winnow.html">Perceptron and Winnow</a>
+<li><a href="../classification/perceptron-and-winnow.html">Perceptron and Winnow</a>
  (see <a href="http://issues.apache.org/jira/browse/MAHOUT-85">MAHOUT-85</a>)</li>
-<li><a href="neural-network.html">Neural Network</a>
+<li><a href="../classification/neural-network.html">Neural Network</a>
  (see <a href="http://issues.apache.org/jira/browse/MAHOUT-228">MAHOUT-228</a>)</li>
-<li><a href="restricted-boltzmann-machines.html">Restricted Boltzmann Machines</a>
+<li><a href="../classification/restricted-boltzmann-machines.html">Restricted Boltzmann Machines</a>
  (see <a href="http://issues.apache.org/jira/browse/MAHOUT-375">MAHOUT-375</a>)</li>
-<li><a href="online-passive-aggressive.html">Online Passive Aggressive</a>
+<li><a href="../classification/online-passive-aggressive.html">Online Passive Aggressive</a>
  (see <a href="http://issues.apache.org/jira/browse/MAHOUT-702">MAHOUT-702</a></li>
-<li><a href="boosting.html">Boosting</a> (see <a href="https://issues.apache.org/jira/browse/MAHOUT-716">MAHOUT-716</a>)</li>
+<li><a href="../classification/boosting.html">Boosting</a> (see <a href="https://issues.apache.org/jira/browse/MAHOUT-716">MAHOUT-716</a>)</li>
 </ul>
 <p><a name="Algorithms-Clustering"></a></p>
 <h2 id="clustering">Clustering</h2>