You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ak...@apache.org on 2017/02/04 00:19:13 UTC

svn commit: r1781629 - /mahout/site/mahout_cms/trunk/content/users/algorithms/d-spca.mdtext

Author: akm
Date: Sat Feb  4 00:19:13 2017
New Revision: 1781629

URL: http://svn.apache.org/viewvc?rev=1781629&view=rev
Log:
MAHOUT-1682: Create an SPCA page.

Modified:
    mahout/site/mahout_cms/trunk/content/users/algorithms/d-spca.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/algorithms/d-spca.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/algorithms/d-spca.mdtext?rev=1781629&r1=1781628&r2=1781629&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/algorithms/d-spca.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/algorithms/d-spca.mdtext Sat Feb  4 00:19:13 2017
@@ -154,7 +154,7 @@ Mahout `dspca(...)` is implemented in th
 
 ## Usage
 
-The scala `dspca(...)` method can easily be called in any Spark or H2O application built with the `math-scala` library and the corresponding `Spark` or `H2O` engine module as follows:
+The scala `dspca(...)` method can easily be called in any Spark or H2O application built with the `math-scala` library and the corresponding `Spark`, `Flink`, or `H2O` engine module as follows:
 
     import org.apache.mahout.math._
     import decompositions._