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:21:17 UTC

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

Author: akm
Date: Sat Feb  4 00:21:17 2017
New Revision: 1781631

URL: http://svn.apache.org/viewvc?rev=1781631&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=1781631&r1=1781630&r2=1781631&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:21:17 2017
@@ -3,7 +3,7 @@
 
 ## Intro
 
-Mahout has a distributed implementation of Stochastic PCA[1]. this algorithm computes the exact equivalent of Mahout's `dssvd(``\(\mathbf{A-1\mu}\)``)` by modifying the `dssvd` algorithm so as to avoid forming `\(\mathbf{A-1\mu}\)`, which would densify a sparse input. Thus, it is suitable for work with both dense and sparse inputs.
+Mahout has a distributed implementation of Stochastic PCA[1]. this algorithm computes the exact equivalent of Mahout's `dssvd(` `\(\mathbf{A-1\mu}\)` `)` by modifying the `dssvd` algorithm so as to avoid forming `\(\mathbf{A-1\mu}\)`, which would densify a sparse input. Thus, it is suitable for work with both dense and sparse inputs.
 
 ## Algorithm