You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bu...@apache.org on 2015/04/16 05:29:07 UTC

svn commit: r947837 - in /websites/staging/mahout/trunk/content: ./ users/environment/out-of-core-reference.html

Author: buildbot
Date: Thu Apr 16 03:29:07 2015
New Revision: 947837

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/users/environment/out-of-core-reference.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Apr 16 03:29:07 2015
@@ -1 +1 @@
-1673994
+1673996

Modified: websites/staging/mahout/trunk/content/users/environment/out-of-core-reference.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/environment/out-of-core-reference.html (original)
+++ websites/staging/mahout/trunk/content/users/environment/out-of-core-reference.html Thu Apr 16 03:29:07 2015
@@ -416,7 +416,7 @@ Elementwise operations of every matrix e
 </pre></div>
 
 
-<p>Note that <code>5.0 -: A</code> means <code>\(m_{ij} = 5 - a_{ij}\)</code> and <code>5.0 :/ A</code> means <code>\(m_{ij} = \frac{5}{a{ij}}\)</code> for all elements of the result.</p>
+<p>Note that <code>5.0 -: A</code> means <code>\(m_{ij} = 5 - a_{ij}\)</code> and <code>5.0 /: A</code> means <code>\(m_{ij} = \frac{5}{a{ij}}\)</code> for all elements of the result.</p>
 <h4 id="slicing">Slicing</h4>
 <p>General slice:</p>
 <div class="codehilite"><pre><span class="n">A</span><span class="p">(</span>100 <span class="n">to</span> 200<span class="p">,</span> 100 <span class="n">to</span> 200<span class="p">)</span>