Discussion:
mahout git commit: WEBSITE-NOJIRA Added Clustering to Navbar
r***@apache.org
2017-12-22 03:49:46 UTC
Permalink
Repository: mahout
Updated Branches:
refs/heads/master 5c51c6018 -> 71ce4bf59


WEBSITE-NOJIRA Added Clustering to Navbar


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/71ce4bf5
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/71ce4bf5
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/71ce4bf5

Branch: refs/heads/master
Commit: 71ce4bf599f7abe8508724d124fa4554153055c6
Parents: 5c51c60
Author: Trevor a.k.a @rawkintrevo <***@gmail.com>
Authored: Thu Dec 21 21:49:36 2017 -0600
Committer: Trevor a.k.a @rawkintrevo <***@gmail.com>
Committed: Thu Dec 21 21:49:36 2017 -0600

----------------------------------------------------------------------
website/_includes/doc-navbar.html | 1 +
website/_posts/2017-12-20-new-website.md | 2 +-
website/docs/latest/algorithms/clustering/index.md | 4 ++++
website/docs/latest/algorithms/preprocessors/index.md | 5 ++++-
website/docs/latest/algorithms/regression/index.md | 4 +++-
website/docs/latest/algorithms/template.md | 2 +-
6 files changed, 14 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/71ce4bf5/website/_includes/doc-navbar.html
----------------------------------------------------------------------
diff --git a/website/_includes/doc-navbar.html b/website/_includes/doc-navbar.html
index 43e1292..3bcdcd4 100644
--- a/website/_includes/doc-navbar.html
+++ b/website/_includes/doc-navbar.html
@@ -73,6 +73,7 @@
<a class="dropdown-item" href="/docs/latest/algorithms/linear-algebra">Distributed Linear Algebra</a>
<a class="dropdown-item" href="/docs/latest/algorithms/preprocessors">Preprocessors</a>
<a class="dropdown-item" href="/docs/latest/algorithms/regression">Regression</a>
+ <a class="dropdown-item" href="/docs/latest/algorithms/clustering">Clustering</a>
<a class="dropdown-item" href="/docs/latest/algorithms/reccomenders">Reccomenders</a>
<div class="dropdown-divider"></div>
<h6 class="dropdown-header">Deprecated</h6>

http://git-wip-us.apache.org/repos/asf/mahout/blob/71ce4bf5/website/_posts/2017-12-20-new-website.md
----------------------------------------------------------------------
diff --git a/website/_posts/2017-12-20-new-website.md b/website/_posts/2017-12-20-new-website.md
index d141e51..70486e1 100644
--- a/website/_posts/2017-12-20-new-website.md
+++ b/website/_posts/2017-12-20-new-website.md
@@ -9,5 +9,5 @@ We've launced a new website, (a HUUUGE special thanks to David Miller from [Star

It looks great but there's lots to do as we migrate and clean up content from the old site. If you see anything broken,
please let us know via either:
-- drop a lint to ***@mahout.apache.org
+- send an email to ***@mahout.apache.org
- fix it yourself and [open a PR](/developers/githubPRs)!

http://git-wip-us.apache.org/repos/asf/mahout/blob/71ce4bf5/website/docs/latest/algorithms/clustering/index.md
----------------------------------------------------------------------
diff --git a/website/docs/latest/algorithms/clustering/index.md b/website/docs/latest/algorithms/clustering/index.md
index b1c9c8b..d0ade93 100644
--- a/website/docs/latest/algorithms/clustering/index.md
+++ b/website/docs/latest/algorithms/clustering/index.md
@@ -4,3 +4,7 @@ title: Clustering Algorithms


---
+
+[Canopy Clustering](canopy/)
+
+[Distance Metrics](distance-metrics.html)

http://git-wip-us.apache.org/repos/asf/mahout/blob/71ce4bf5/website/docs/latest/algorithms/preprocessors/index.md
----------------------------------------------------------------------
diff --git a/website/docs/latest/algorithms/preprocessors/index.md b/website/docs/latest/algorithms/preprocessors/index.md
index 9a79c60..84f6e9b 100644
--- a/website/docs/latest/algorithms/preprocessors/index.md
+++ b/website/docs/latest/algorithms/preprocessors/index.md
@@ -7,4 +7,7 @@ title: Preprocesors

[AsFactor](AsFactor.html) - For "one-hot-encoding"

-[StandardScaler](StandardScaler.html) - For mean centering an unit variance
\ No newline at end of file
+[Mean Center](MeanCenter.html) - For mean centering
+
+[StandardScaler](StandardScaler.html) - For mean centering and unit variance
+

http://git-wip-us.apache.org/repos/asf/mahout/blob/71ce4bf5/website/docs/latest/algorithms/regression/index.md
----------------------------------------------------------------------
diff --git a/website/docs/latest/algorithms/regression/index.md b/website/docs/latest/algorithms/regression/index.md
index acdc2d2..1206a89 100644
--- a/website/docs/latest/algorithms/regression/index.md
+++ b/website/docs/latest/algorithms/regression/index.md
@@ -18,4 +18,6 @@ These methods used close form solutions (not stochastic) to solve regression pro

Serial Correlation of the error terms can lead to biased estimates of regression parameters, the following remedial procedures are provided:

-[Cochrane Orcutt Procedure](cochrane-orcutt.html)
+[Cochrane Orcutt Procedure](serial-correlation/cochrane-orcutt.html)
+
+[Durbin Watson Test](serial-correlation/dw-test.html)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mahout/blob/71ce4bf5/website/docs/latest/algorithms/template.md
----------------------------------------------------------------------
diff --git a/website/docs/latest/algorithms/template.md b/website/docs/latest/algorithms/template.md
index e9d86e5..fa3606e 100644
--- a/website/docs/latest/algorithms/template.md
+++ b/website/docs/latest/algorithms/template.md
@@ -1,6 +1,6 @@
---
layout: doc-page
-title: AsFactor
+title: Template


---

Loading...