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 2014/09/05 17:13:11 UTC

svn commit: r921336 - in /websites/staging/mahout/trunk/content: ./ users/recommender/intro-cooccurrence-spark.html

Author: buildbot
Date: Fri Sep  5 15:13:11 2014
New Revision: 921336

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/users/recommender/intro-cooccurrence-spark.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep  5 15:13:11 2014
@@ -1 +1 @@
-1622718
+1622719

Modified: websites/staging/mahout/trunk/content/users/recommender/intro-cooccurrence-spark.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/recommender/intro-cooccurrence-spark.html (original)
+++ websites/staging/mahout/trunk/content/users/recommender/intro-cooccurrence-spark.html Fri Sep  5 15:13:11 2014
@@ -513,7 +513,7 @@ by a list of the most similar rows.</p>
 
 <p>See RowSimilarityDriver.scala in Mahout's spark module if you want to customize the code. </p>
 <h1 id="3-creating-a-recommender">3. Creating a Recommender</h1>
-<p>One significant output option for the spark-itemsimilarity job is --omitStrength. This is a tab-delimited file containing a itemID token followed by a space delimited string of tokens of the form:</p>
+<p>One significant output option for the spark-itemsimilarity job is --omitStrength. This creates a tab-delimited file containing a itemID token followed by a space delimited string of tokens of the form:</p>
 <div class="codehilite"><pre><span class="n">itemID</span><span class="o">&lt;</span><span class="n">tab</span><span class="o">&gt;</span><span class="n">itemsIDs</span><span class="o">-</span><span class="n">from</span><span class="o">-</span><span class="n">the</span><span class="o">-</span><span class="n">indicator</span><span class="o">-</span><span class="n">matrix</span>
 </pre></div>