Author: akm
Date: Sat Feb 4 00:31:47 2017
New Revision: 1781634
URL: http://svn.apache.org/viewvc?rev=1781634&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=1781634&r1=1781633&r2=1781634&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:31:47 2017
@@ -160,7 +160,7 @@ The scala `dspca(...)` method can easily
import decompositions._
import drm._
- val(drmQ, inCoreR) = dqrThin(drma, k, p, q)
+ val (drmU, drmV, s) = dspca(drmA, k=200, q=1)
Note the parameter is optional and its default value is zero.