Author: apalumbo
Date: Thu Apr 16 03:15:43 2015
New Revision: 1673994
URL: http://svn.apache.org/r1673994
Log:
CMS commit to mahout by apalumbo
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=1673994&r1=1673993&r2=1673994&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 03:15:43 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 the 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 %*%**: