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 13:18:07 UTC

svn commit: r887345 - in /websites/staging/mahout/trunk/content: ./ users/basics/quickstart.html

Author: buildbot
Date: Wed Nov 20 12:18:06 2013
New Revision: 887345

Log:
Staging update by buildbot for mahout

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

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Nov 20 12:18:06 2013
@@ -1 +1 @@
-1543798
+1543799

Modified: websites/staging/mahout/trunk/content/users/basics/quickstart.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/basics/quickstart.html (original)
+++ websites/staging/mahout/trunk/content/users/basics/quickstart.html Wed Nov 20 12:18:06 2013
@@ -381,49 +381,50 @@
 
   <div id="content-wrap" class="clearfix">
    <div id="main">
-    <p><a name="Quickstart-DownloadandInstallation"></a></p>
-<h1 id="download-and-installation">Download and Installation</h1>
+    <h1 id="quickstart-instructions">Quickstart Instructions</h1>
+<p><a name="Quickstart-DownloadandInstallation"></a></p>
+<h2 id="download-and-installation">Download and Installation</h2>
 <ul>
 <li><a href="../developers/buildingmahout.html">Download and installation</a></li>
 </ul>
 <p><a name="Quickstart-RunningtheExamples"></a></p>
-<h1 id="running-the-examples">Running the Examples</h1>
+<h2 id="running-the-examples">Running the Examples</h2>
 <p>Many Mahout implementations run on <a href="http://hadoop.apache.org.html">Apache Hadoop </a>. So, to
 run these examples, install the latest compatible (when using a release, see the release 
 notes, when using trunk, see parent/pom.xml) <a href="http://www.apache.org/dyn/closer.cgi/hadoop/common/">Hadoop Common release</a>. </p>
 <p><a name="Quickstart-Clustering"></a></p>
-<h2 id="clustering">Clustering</h2>
+<h3 id="clustering">Clustering</h3>
 <ul>
 <li><a href="../clustering/clustering-of-synthetic-control-data.html">Clustering of synthetic control data</a></li>
 <li><a href="../clustering/visualizing-sample-clusters.html">Visualizing Sample Clusters</a></li>
 <li><a href="http://blog.trifork.com/2011/04/04/how-to-cluster-seinfeld-episodes-with-mahout/">Clustering Seinfeld Episodes</a> ... kindly contributed by Frank Scholten</li>
 </ul>
 <p><a name="Quickstart-Classification"></a></p>
-<h2 id="classification">Classification</h2>
+<h3 id="classification">Classification</h3>
 <ul>
 <li><a href="../clustering/twenty-newsgroups.html">Twenty Newsgroups</a> ... classic example for classifying text, data is based on 20 nntp news group posts.</li>
 <li><a href="../classification/wikipedia-bayes-example.html">Wikipedia Bayes Example</a> ... classification based on wikipedia content.</li>
 </ul>
 <p><a name="Quickstart-GeneticProgramming"></a></p>
-<h2 id="genetic-programming">Genetic Programming</h2>
+<h3 id="genetic-programming">Genetic Programming</h3>
 <ul>
 <li><a href="../basics/mahout.ga.tutorial.html">Watchmaker</a></li>
 </ul>
 <p><a name="Quickstart-DecisionForest"></a></p>
-<h2 id="decision-forest">Decision Forest</h2>
+<h3 id="decision-forest">Decision Forest</h3>
 <ul>
 <li><a href="../classification/breiman-example.html">Breiman Example</a></li>
 <li><a href="../classification/partial-implementation.html">Partial Implementation</a></li>
 </ul>
 <p><a name="Quickstart-Recommendationmining"></a></p>
-<h2 id="recommendation-mining">Recommendation mining</h2>
+<h3 id="recommendation-mining">Recommendation mining</h3>
 <p>This package comes with four examples based on netflix data, bookcrossing,
 grouplens and jester data.</p>
 <ul>
 <li><a href="../recommender/recommendationexamples.html">RecommendationExamples</a></li>
 </ul>
 <p><a name="Quickstart-WheretoGoNext"></a></p>
-<h1 id="where-to-go-next">Where to Go Next</h1>
+<h2 id="where-to-go-next">Where to Go Next</h2>
 <ul>
 <li>If you are working with text, read more on <a href="creating-vectors-from-text.html">Creating Vectors from Text</a></li>
 <li>To learn more on grouping items by similarity and identifying clusters