Author: buildbot
Date: Thu Apr 16 01:22:27 2015
New Revision: 947819
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 01:22:27 2015
@@ -1 +1 @@
-1673985
+1673987
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 01:22:27 2015
@@ -263,7 +263,7 @@
<h1
id="mahout-samsaras-out-of-core-linear-algebra-dsl-reference">Mahout-Samsara's
Out-Of-Core Linear Algebra DSL Reference</h1>
<p><strong>Note: this page is meant only as a quick reference to
Mahout-Samsara's R-Like DSL semantics. For more information, including
information on Mahout-Samsara's Algebraic Optimizer please see: <a
href="http://mahout.apache.org/users/sparkbindings/ScalaSparkBindings.pdf">Mahout
Scala Bindings and Mahout Spark Bindings for Linear Algebra
Subroutines</a>.</strong></p>
<p>The subjects of this reference are solely applicable to Mahout-Samsara's
<strong>DRM</strong> (distributed row matrix).</p>
-<p>In this reference, DRMs will be denoted as i.e. <code>A</code>, and in-core
matrices as i.e. <code>inCoreA</code>.</p>
+<p>In this reference, DRMs will be denoted as e.g. <code>A</code>, and in-core
matrices as e.g. <code>inCoreA</code>.</p>
<h4 id="imports">Imports</h4>
<p>The following imports are used to enable seamless in-core and distributed
algebraic DSL operations:</p>
<div class="codehilite"><pre><span class="n">import</span> <span
class="n">org</span><span class="p">.</span><span class="n">apache</span><span
class="p">.</span><span class="n">mahout</span><span class="p">.</span><span
class="n">math</span><span class="p">.</span><span class="n">_</span>