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 01:45:31 UTC

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

Author: buildbot
Date: Wed Apr 15 23:45:31 2015
New Revision: 947801

Log:
Staging update by buildbot for mahout

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

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 15 23:45:31 2015
@@ -1 +1 @@
-1673429
+1673979

Modified: websites/staging/mahout/trunk/content/users/environment/in-core-reference.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/environment/in-core-reference.html (original)
+++ websites/staging/mahout/trunk/content/users/environment/in-core-reference.html Wed Apr 15 23:45:31 2015
@@ -431,7 +431,7 @@ val sparseVec1 = svec((5 -> 1.0) :: (
 </pre></div>
 
 
-<p>Matrix and vector equivalency (or non-equivalency).  *Dangerous, exact equivalence is rarely useful, better to use norm comparisons with an allowance of small errors.</p>
+<p>Matrix and vector equivalency (or non-equivalency).  <strong>Dangerous, exact equivalence is rarely useful, better to use norm comparisons with an allowance of small errors.</strong></p>
 <div class="codehilite"><pre><span class="n">a</span> <span class="o">==</span><span class="p">=</span> <span class="n">b</span>
 <span class="n">a</span> !<span class="o">==</span> <span class="n">b</span>
 </pre></div>
@@ -585,7 +585,7 @@ val sparseVec1 = svec((5 -&gt; 1.0) :: (
 
 
 <p>Similarly <strong>row.all</strong> produces an iterator over all elements in a row (Vector).</p>
-<p>For more information including information on Mahout-Samsara's out of core Linear algebra bindings see: <a href="http://mahout.apache.org/users/sparkbindings/ScalaSparkBindings.pdf">Mahout Scala Bindings and Mahout Spark Bindings for Linear Algebra Subroutines</a></p>
+<p>For more information including information on Mahout-Samsara's out-of-core Linear algebra bindings see: <a href="http://mahout.apache.org/users/sparkbindings/ScalaSparkBindings.pdf">Mahout Scala Bindings and Mahout Spark Bindings for Linear Algebra Subroutines</a></p>
    </div>
   </div>     
 </div>