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)