Author: apalumbo
Date: Thu Apr 16 00:56:30 2015
New Revision: 1673983

URL: http://svn.apache.org/r1673983
Log:
revise out-of-core DSL reference again

Modified:
    
mahout/site/mahout_cms/trunk/content/users/environment/out-of-core-reference.mdtext

Modified: 
mahout/site/mahout_cms/trunk/content/users/environment/out-of-core-reference.mdtext
URL: 
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/environment/out-of-core-reference.mdtext?rev=1673983&r1=1673982&r2=1673983&view=diff
==============================================================================
--- 
mahout/site/mahout_cms/trunk/content/users/environment/out-of-core-reference.mdtext
 (original)
+++ 
mahout/site/mahout_cms/trunk/content/users/environment/out-of-core-reference.mdtext
 Thu Apr 16 00:56:30 2015
@@ -124,7 +124,7 @@ Elementwise division *(Matrices of ident
     inCoreA *: B
     inCoreA /: B
 
-Note: Spark associativity change (e.g. A +: inCoreB means B.leftMultiply(A), 
same as when both arguments are in core). Whenever operator arguments include 
both in-core and out-of-core arguments, the operator can only be associated 
with the out-of-core (DRM) argument to support the distributed implementation.
+Note: Spark associativity change (e.g. A *: inCoreB means B.leftMultiply(A), 
same as when both arguments are in core). Whenever operator arguments include 
both in-core and out-of-core arguments, the operator can only be associated 
with the out-of-core (DRM) argument to support the distributed implementation.
     
 **Matrix-matrix multiplication %*%**:
 


Reply via email to