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 2017/02/04 00:20:21 UTC

svn commit: r1006176 - in /websites/staging/mahout/trunk/content: ./ users/algorithms/d-spca.html

Author: buildbot
Date: Sat Feb  4 00:20:20 2017
New Revision: 1006176

Log:
Staging update by buildbot for mahout

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

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Feb  4 00:20:20 2017
@@ -1 +1 @@
-1781629
+1781630

Modified: websites/staging/mahout/trunk/content/users/algorithms/d-spca.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/algorithms/d-spca.html (original)
+++ websites/staging/mahout/trunk/content/users/algorithms/d-spca.html Sat Feb  4 00:20:20 2017
@@ -431,7 +431,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 
 <h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h2>
-<p>The scala <code>dspca(...)</code> method can easily be called in any Spark or H2O application built with the <code>math-scala</code> library and the corresponding <code>Spark</code>, <code>Flink</code>, or <code>H2O</code> engine module as follows:</p>
+<p>The scala <code>dspca(...)</code> method can easily be called in any Spark, Flink, or H2O application built with the <code>math-scala</code> library and the corresponding <code>Spark</code>, <code>Flink</code>, or <code>H2O</code> engine module as follows:</p>
 <div class="codehilite"><pre><span class="n">import</span> <span class="n">org</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">mahout</span><span class="p">.</span><span class="n">math</span><span class="p">.</span><span class="n">_</span>
 <span class="n">import</span> <span class="n">decompositions</span><span class="p">.</span><span class="n">_</span>
 <span class="n">import</span> <span class="n">drm</span><span class="p">.</span><span class="n">_</span>