Author: apalumbo
Date: Thu Apr 16 03:29:02 2015
New Revision: 1673996
URL: http://svn.apache.org/r1673996
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=1673996&r1=1673995&r2=1673996&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:29:02 2015
@@ -156,7 +156,7 @@ Elementwise operations of every matrix e
A / 5.0
5.0 /: a
-Note that `5.0 -: A` means `\(m_{ij} = 5 - a_{ij}\)` and `5.0 :/ A` means
`\(m_{ij} = \frac{5}{a{ij}}\)` for all elements of the result.
+Note that `5.0 -: A` means `\(m_{ij} = 5 - a_{ij}\)` and `5.0 /: A` means
`\(m_{ij} = \frac{5}{a{ij}}\)` for all elements of the result.
#### Slicing