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:16:45 UTC

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

Author: buildbot
Date: Wed Nov 20 12:16:45 2013
New Revision: 887344

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:16:45 2013
@@ -1 +1 @@
-1543790
+1543798

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:16:45 2013
@@ -384,61 +384,56 @@
     <p><a name="Quickstart-DownloadandInstallation"></a></p>
 <h1 id="download-and-installation">Download and Installation</h1>
 <ul>
-<li><a href="buildingmahout.html">Download and installation</a></li>
+<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>
-<p>Mahout runs on <a href="-http://hadoop.apache.org.html">Apache Hadoop </a>
-. So, to run these examples, install the latest compatible{footnote}When
-using a release, see the release notes{footnote}{footnote}When using trunk,
-see <em>parent/pom.xml</em>{footnote} [Hadoop Common release | http://www.apache.org/dyn/closer.cgi/hadoop/common/]
-. </p>
-<p>{display-footnotes}</p>
+<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>
 <ul>
-<li><a href="clustering-of-synthetic-control-data.html">Clustering of synthetic control data</a></li>
-<li><a href="visualizing-sample-clusters.html">Visualizing Sample Clusters</a></li>
-<li><a href="clustering-seinfeld-episodes.html">Clustering Seinfeld Episodes</a></li>
+<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>
 <ul>
-<li><a href="twenty-newsgroups.html">Twenty Newsgroups</a></li>
-<li><a href="wikipedia-bayes-example.html">Wikipedia Bayes Example</a></li>
+<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>
 <ul>
-<li><a href="mahout.ga.tutorial.html">Watchmaker</a></li>
+<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>
 <ul>
-<li><a href="breiman-example.html">Breiman Example</a></li>
-<li><a href="partial-implementation.html">Partial Implementation</a></li>
+<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>
 <p>This package comes with four examples based on netflix data, bookcrossing,
 grouplens and jester data.</p>
 <ul>
-<li><a href="recommendationexamples.html">RecommendationExamples</a></li>
+<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>
 <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
-read more on <a href="clusteringyourdata.html">Clustering your data</a></li>
+read more on <a href="../clustering/clusteringyourdata.html">Clustering your data</a></li>
 <li>If you want to classify incoming items into predefinied categories read
-more on <a href="classifyingyourdata.html">Classifying your data </a></li>
+more on <a href="../classification/classifyingyourdata.html">Classifying your data </a></li>
 <li>To know how to Mine frequent patterns from your data read more on <a href="parallel-frequent-pattern-mining.html">Parallel Frequent Pattern Mining</a></li>
-<li>To read more on building recommendation engines have a look at the <a href="recommender-documentation.html">Recommender (Taste) documentation </a>
- and [Taste hadoop commandline|TasteCommandLine]</li>
+<li>To read more on building recommendation engines have a look at the <a href="recommender-documentation.html">Recommender (Taste) documentation</a>
+ and <a href="TasteCommandLine">Taste hadoop commandline</a></li>
 </ul>
-<p>Go back to the <a href="mahout-wiki.html">Main Wiki Page</a>
- for more information. </p>
    </div>
   </div>     
 </div>