aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
diff options
context:
space:
mode:
authorMartin Jaggi <m.jaggi@gmail.com>2014-02-09 15:19:50 -0800
committerReynold Xin <rxin@apache.org>2014-02-09 15:19:50 -0800
commit2182aa3c55737a90e0ff200eede7146b440801a3 (patch)
tree6696bfc522a68e9858679130b9758144132fb356 /docs/_layouts
parentafc8f3cb9a7afe3249500a7d135b4a54bb3e58c4 (diff)
downloadspark-2182aa3c55737a90e0ff200eede7146b440801a3.tar.gz
spark-2182aa3c55737a90e0ff200eede7146b440801a3.tar.bz2
spark-2182aa3c55737a90e0ff200eede7146b440801a3.zip
Merge pull request #566 from martinjaggi/copy-MLlib-d.
new MLlib documentation for optimization, regression and classification new documentation with tex formulas, hopefully improving usability and reproducibility of the offered MLlib methods. also did some minor changes in the code for consistency. scala tests pass. this is the rebased branch, i deleted the old PR jira: https://spark-project.atlassian.net/browse/MLLIB-19 Author: Martin Jaggi <m.jaggi@gmail.com> Closes #566 and squashes the following commits: 5f0f31e [Martin Jaggi] line wrap at 100 chars 4e094fb [Martin Jaggi] better description of GradientDescent 1d6965d [Martin Jaggi] remove broken url ea569c3 [Martin Jaggi] telling what updater actually does 964732b [Martin Jaggi] lambda R() in documentation a6c6228 [Martin Jaggi] better comments in SGD code for regression b32224a [Martin Jaggi] new optimization documentation d5dfef7 [Martin Jaggi] new classification and regression documentation b07ead6 [Martin Jaggi] correct scaling for MSE loss ba6158c [Martin Jaggi] use d for the number of features bab2ed2 [Martin Jaggi] renaming LeastSquaresGradient
Diffstat (limited to 'docs/_layouts')
-rwxr-xr-xdocs/_layouts/global.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index b65686c0b1..7114e1f5dd 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -196,6 +196,11 @@
</body>
<!-- MathJax Section -->
+ <script type="text/x-mathjax-config">
+ MathJax.Hub.Config({
+ TeX: { equationNumbers: { autoNumber: "AMS" } }
+ });
+ </script>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script>