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

svn commit: r1673979 - /mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext

Author: apalumbo
Date: Wed Apr 15 23:45:25 2015
New Revision: 1673979

URL: http://svn.apache.org/r1673979
Log:
add out-of-core DSL reference page

Modified:
    mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext?rev=1673979&r1=1673978&r2=1673979&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/environment/in-core-reference.mdtext Wed Apr 15 23:45:25 2015
@@ -150,7 +150,7 @@ Dot product:
 
     a dot b
     
-Matrix and vector equivalency (or non-equivalency).  *Dangerous, exact equivalence is rarely useful, better to use norm comparisons with an allowance of small errors.
+Matrix and vector equivalency (or non-equivalency).  **Dangerous, exact equivalence is rarely useful, better to use norm comparisons with an allowance of small errors.**
     
     a === b
     a !== b
@@ -288,6 +288,6 @@ Iterating over non-zero and all elements
     
 Similarly **row.all** produces an iterator over all elements in a row (Vector).
 
-For more information including information on Mahout-Samsara's out of core Linear algebra bindings see: [Mahout Scala Bindings and Mahout Spark Bindings for Linear Algebra Subroutines](http://mahout.apache.org/users/sparkbindings/ScalaSparkBindings.pdf)
+For more information including information on Mahout-Samsara's out-of-core Linear algebra bindings see: [Mahout Scala Bindings and Mahout Spark Bindings for Linear Algebra Subroutines](http://mahout.apache.org/users/sparkbindings/ScalaSparkBindings.pdf)