Author: akm
Date: Sat Feb  4 00:26:54 2017
New Revision: 1781632

URL: http://svn.apache.org/viewvc?rev=1781632&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=1781632&r1=1781631&r2=1781632&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:26:54 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
 


Reply via email to