http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/clustering/lda-commandline.html ---------------------------------------------------------------------- diff --git a/users/clustering/lda-commandline.html b/users/clustering/lda-commandline.html index 2cedf23..c5d8cb8 100644 --- a/users/clustering/lda-commandline.html +++ b/users/clustering/lda-commandline.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li>
http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/clustering/llr---log-likelihood-ratio.html ---------------------------------------------------------------------- diff --git a/users/clustering/llr---log-likelihood-ratio.html b/users/clustering/llr---log-likelihood-ratio.html index a411d2a..675ef6d 100644 --- a/users/clustering/llr---log-likelihood-ratio.html +++ b/users/clustering/llr---log-likelihood-ratio.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/clustering/spectral-clustering.html ---------------------------------------------------------------------- diff --git a/users/clustering/spectral-clustering.html b/users/clustering/spectral-clustering.html index 88b33a3..474eed5 100644 --- a/users/clustering/spectral-clustering.html +++ b/users/clustering/spectral-clustering.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/clustering/streaming-k-means.html ---------------------------------------------------------------------- diff --git a/users/clustering/streaming-k-means.html b/users/clustering/streaming-k-means.html index b5149c4..0bae53d 100644 --- a/users/clustering/streaming-k-means.html +++ b/users/clustering/streaming-k-means.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/clustering/viewing-result.html ---------------------------------------------------------------------- diff --git a/users/clustering/viewing-result.html b/users/clustering/viewing-result.html index d79d9cb..89db359 100644 --- a/users/clustering/viewing-result.html +++ b/users/clustering/viewing-result.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/clustering/viewing-results.html ---------------------------------------------------------------------- diff --git a/users/clustering/viewing-results.html b/users/clustering/viewing-results.html index 1f79c7b..16ad7dd 100644 --- a/users/clustering/viewing-results.html +++ b/users/clustering/viewing-results.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/clustering/visualizing-sample-clusters.html ---------------------------------------------------------------------- diff --git a/users/clustering/visualizing-sample-clusters.html b/users/clustering/visualizing-sample-clusters.html index 31ff328..1bdeff5 100644 --- a/users/clustering/visualizing-sample-clusters.html +++ b/users/clustering/visualizing-sample-clusters.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/dim-reduction/dimensional-reduction.html ---------------------------------------------------------------------- diff --git a/users/dim-reduction/dimensional-reduction.html b/users/dim-reduction/dimensional-reduction.html index 4ca3144..2a8e88e 100644 --- a/users/dim-reduction/dimensional-reduction.html +++ b/users/dim-reduction/dimensional-reduction.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/dim-reduction/ssvd.html ---------------------------------------------------------------------- diff --git a/users/dim-reduction/ssvd.html b/users/dim-reduction/ssvd.html index 961a581..2cca0f8 100644 --- a/users/dim-reduction/ssvd.html +++ b/users/dim-reduction/ssvd.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/environment/classify-a-doc-from-the-shell.html ---------------------------------------------------------------------- diff --git a/users/environment/classify-a-doc-from-the-shell.html b/users/environment/classify-a-doc-from-the-shell.html index d1ca721..9ad259e 100644 --- a/users/environment/classify-a-doc-from-the-shell.html +++ b/users/environment/classify-a-doc-from-the-shell.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/environment/h2o-internals.html ---------------------------------------------------------------------- diff --git a/users/environment/h2o-internals.html b/users/environment/h2o-internals.html index e7fb659..eb4f96d 100644 --- a/users/environment/h2o-internals.html +++ b/users/environment/h2o-internals.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/environment/how-to-build-an-app.html ---------------------------------------------------------------------- diff --git a/users/environment/how-to-build-an-app.html b/users/environment/how-to-build-an-app.html index 132794d..69c9637 100644 --- a/users/environment/how-to-build-an-app.html +++ b/users/environment/how-to-build-an-app.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/environment/in-core-reference.html ---------------------------------------------------------------------- diff --git a/users/environment/in-core-reference.html b/users/environment/in-core-reference.html index dbde18b..05bf1ce 100644 --- a/users/environment/in-core-reference.html +++ b/users/environment/in-core-reference.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/environment/out-of-core-reference.html ---------------------------------------------------------------------- diff --git a/users/environment/out-of-core-reference.html b/users/environment/out-of-core-reference.html index d352eda..5c616b2 100644 --- a/users/environment/out-of-core-reference.html +++ b/users/environment/out-of-core-reference.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/environment/spark-internals.html ---------------------------------------------------------------------- diff --git a/users/environment/spark-internals.html b/users/environment/spark-internals.html index c80e7c6..adb19ee 100644 --- a/users/environment/spark-internals.html +++ b/users/environment/spark-internals.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li>
