Repository: mahout Updated Branches: refs/heads/website a84294211 -> 6e5359d59
WEBSITE Added Deprecated to All MR Titles Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/6e5359d5 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/6e5359d5 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/6e5359d5 Branch: refs/heads/website Commit: 6e5359d59ac02f9df18176ce465de6afe7b2078f Parents: a842942 Author: rawkintrevo <[email protected]> Authored: Wed May 3 13:26:23 2017 -0500 Committer: rawkintrevo <[email protected]> Committed: Wed May 3 13:26:23 2017 -0500 ---------------------------------------------------------------------- website/docs/algorithms/map-reduce/classification/bayesian.md | 2 +- .../docs/algorithms/map-reduce/classification/class-discovery.md | 2 +- .../algorithms/map-reduce/classification/classifyingyourdata.md | 2 +- website/docs/algorithms/map-reduce/classification/collocations.md | 2 +- .../map-reduce/classification/gaussian-discriminative-analysis.md | 2 +- .../algorithms/map-reduce/classification/hidden-markov-models.md | 2 +- .../map-reduce/classification/independent-component-analysis.md | 2 +- .../classification/locally-weighted-linear-regression.md | 2 +- .../algorithms/map-reduce/classification/logistic-regression.md | 2 +- .../algorithms/map-reduce/classification/mahout-collections.md | 2 +- website/docs/algorithms/map-reduce/classification/mlp.md | 2 +- website/docs/algorithms/map-reduce/classification/naivebayes.md | 2 +- .../docs/algorithms/map-reduce/classification/neural-network.md | 2 +- .../algorithms/map-reduce/classification/partial-implementation.md | 2 +- .../docs/algorithms/map-reduce/classification/random-forests.md | 2 +- .../map-reduce/classification/restricted-boltzmann-machines.md | 2 +- .../map-reduce/classification/support-vector-machines.md | 2 +- website/docs/algorithms/map-reduce/clustering/canopy-clustering.md | 2 +- website/docs/algorithms/map-reduce/clustering/cluster-dumper.md | 2 +- .../algorithms/map-reduce/clustering/expectation-maximization.md | 2 +- website/docs/algorithms/map-reduce/clustering/fuzzy-k-means.md | 2 +- .../algorithms/map-reduce/clustering/hierarchical-clustering.md | 2 +- .../docs/algorithms/map-reduce/clustering/k-means-clustering.md | 2 +- .../map-reduce/clustering/latent-dirichlet-allocation.md | 2 +- .../algorithms/map-reduce/clustering/llr---log-likelihood-ratio.md | 2 +- .../docs/algorithms/map-reduce/clustering/spectral-clustering.md | 2 +- website/docs/algorithms/map-reduce/clustering/streaming-k-means.md | 2 +- website/docs/algorithms/map-reduce/index.md | 2 +- .../tutorials/map-reduce/classification/bankmarketing-example.md | 2 +- .../docs/tutorials/map-reduce/classification/breiman-example.md | 2 +- .../docs/tutorials/map-reduce/classification/twenty-newsgroups.md | 2 +- .../map-reduce/classification/wikipedia-classifier-example.md | 2 +- website/docs/tutorials/map-reduce/clustering/20newsgroups.md | 2 +- website/docs/tutorials/map-reduce/clustering/canopy-commandline.md | 2 +- .../map-reduce/clustering/clustering-of-synthetic-control-data.md | 2 +- .../map-reduce/clustering/clustering-seinfeld-episodes.md | 2 +- website/docs/tutorials/map-reduce/clustering/clusteringyourdata.md | 2 +- .../tutorials/map-reduce/clustering/fuzzy-k-means-commandline.md | 2 +- .../docs/tutorials/map-reduce/clustering/k-means-commandline.md | 2 +- website/docs/tutorials/map-reduce/clustering/lda-commandline.md | 2 +- website/docs/tutorials/map-reduce/clustering/viewing-result.md | 2 +- website/docs/tutorials/map-reduce/clustering/viewing-results.md | 2 +- .../tutorials/map-reduce/clustering/visualizing-sample-clusters.md | 2 +- website/docs/tutorials/map-reduce/index.md | 2 +- website/docs/tutorials/map-reduce/misc/mr---map-reduce.md | 2 +- .../tutorials/map-reduce/misc/parallel-frequent-pattern-mining.md | 2 +- website/docs/tutorials/map-reduce/misc/perceptron-and-winnow.md | 2 +- website/docs/tutorials/map-reduce/misc/testing.md | 2 +- .../map-reduce/misc/using-mahout-with-python-via-jpype.md | 2 +- website/docs/tutorials/map-reduce/recommender/intro-als-hadoop.md | 2 +- .../tutorials/map-reduce/recommender/intro-cooccurrence-spark.md | 2 +- .../tutorials/map-reduce/recommender/intro-itembased-hadoop.md | 2 +- .../docs/tutorials/map-reduce/recommender/matrix-factorization.md | 2 +- website/docs/tutorials/map-reduce/recommender/quickstart.md | 2 +- .../tutorials/map-reduce/recommender/recommender-documentation.md | 2 +- .../map-reduce/recommender/recommender-first-timer-faq.md | 2 +- .../docs/tutorials/map-reduce/recommender/userbased-5-minutes.md | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/bayesian.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/bayesian.md b/website/docs/algorithms/map-reduce/classification/bayesian.md index 6d6176e..5fd5f92 100644 --- a/website/docs/algorithms/map-reduce/classification/bayesian.md +++ b/website/docs/algorithms/map-reduce/classification/bayesian.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: +title: (Deprecated) theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/class-discovery.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/class-discovery.md b/website/docs/algorithms/map-reduce/classification/class-discovery.md index 01453db..2afc519 100644 --- a/website/docs/algorithms/map-reduce/classification/class-discovery.md +++ b/website/docs/algorithms/map-reduce/classification/class-discovery.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Class Discovery +title: (Deprecated) Class Discovery theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/classifyingyourdata.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/classifyingyourdata.md b/website/docs/algorithms/map-reduce/classification/classifyingyourdata.md index b70b59a..53bc514 100644 --- a/website/docs/algorithms/map-reduce/classification/classifyingyourdata.md +++ b/website/docs/algorithms/map-reduce/classification/classifyingyourdata.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: ClassifyingYourData +title: (Deprecated) ClassifyingYourData theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/collocations.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/collocations.md b/website/docs/algorithms/map-reduce/classification/collocations.md index d64c137..d4406f2 100644 --- a/website/docs/algorithms/map-reduce/classification/collocations.md +++ b/website/docs/algorithms/map-reduce/classification/collocations.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Collocations +title: (Deprecated) Collocations theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/gaussian-discriminative-analysis.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/gaussian-discriminative-analysis.md b/website/docs/algorithms/map-reduce/classification/gaussian-discriminative-analysis.md index c843253..d310145 100644 --- a/website/docs/algorithms/map-reduce/classification/gaussian-discriminative-analysis.md +++ b/website/docs/algorithms/map-reduce/classification/gaussian-discriminative-analysis.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Gaussian Discriminative Analysis +title: (Deprecated) Gaussian Discriminative Analysis theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/hidden-markov-models.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/hidden-markov-models.md b/website/docs/algorithms/map-reduce/classification/hidden-markov-models.md index 9ede936..3b11f12 100644 --- a/website/docs/algorithms/map-reduce/classification/hidden-markov-models.md +++ b/website/docs/algorithms/map-reduce/classification/hidden-markov-models.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Hidden Markov Models +title: (Deprecated) Hidden Markov Models theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/independent-component-analysis.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/independent-component-analysis.md b/website/docs/algorithms/map-reduce/classification/independent-component-analysis.md index 97b9b82..9216816 100644 --- a/website/docs/algorithms/map-reduce/classification/independent-component-analysis.md +++ b/website/docs/algorithms/map-reduce/classification/independent-component-analysis.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Independent Component Analysis +title: (Deprecated) Independent Component Analysis theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/locally-weighted-linear-regression.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/locally-weighted-linear-regression.md b/website/docs/algorithms/map-reduce/classification/locally-weighted-linear-regression.md index 887c463..fecfc62 100644 --- a/website/docs/algorithms/map-reduce/classification/locally-weighted-linear-regression.md +++ b/website/docs/algorithms/map-reduce/classification/locally-weighted-linear-regression.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Locally Weighted Linear Regression +title: (Deprecated) Locally Weighted Linear Regression theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/logistic-regression.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/logistic-regression.md b/website/docs/algorithms/map-reduce/classification/logistic-regression.md index 923b152..567707f 100644 --- a/website/docs/algorithms/map-reduce/classification/logistic-regression.md +++ b/website/docs/algorithms/map-reduce/classification/logistic-regression.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Logistic Regression +title: (Deprecated) Logistic Regression theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/mahout-collections.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/mahout-collections.md b/website/docs/algorithms/map-reduce/classification/mahout-collections.md index 985d076..bed87a6 100644 --- a/website/docs/algorithms/map-reduce/classification/mahout-collections.md +++ b/website/docs/algorithms/map-reduce/classification/mahout-collections.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: mahout-collections +title: (Deprecated) mahout-collections theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/mlp.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/mlp.md b/website/docs/algorithms/map-reduce/classification/mlp.md index 931a0a3..85e47de 100644 --- a/website/docs/algorithms/map-reduce/classification/mlp.md +++ b/website/docs/algorithms/map-reduce/classification/mlp.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Multilayer Perceptron +title: (Deprecated) Multilayer Perceptron theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/naivebayes.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/naivebayes.md b/website/docs/algorithms/map-reduce/classification/naivebayes.md index 9773a37..bbe1a2b 100644 --- a/website/docs/algorithms/map-reduce/classification/naivebayes.md +++ b/website/docs/algorithms/map-reduce/classification/naivebayes.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: NaiveBayes +title: (Deprecated) NaiveBayes theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/neural-network.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/neural-network.md b/website/docs/algorithms/map-reduce/classification/neural-network.md index af2c3c2..0cf09bd 100644 --- a/website/docs/algorithms/map-reduce/classification/neural-network.md +++ b/website/docs/algorithms/map-reduce/classification/neural-network.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Neural Network +title: (Deprecated) Neural Network theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/partial-implementation.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/partial-implementation.md b/website/docs/algorithms/map-reduce/classification/partial-implementation.md index 72beee9..59f701f 100644 --- a/website/docs/algorithms/map-reduce/classification/partial-implementation.md +++ b/website/docs/algorithms/map-reduce/classification/partial-implementation.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Partial Implementation +title: (Deprecated) Partial Implementation theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/random-forests.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/random-forests.md b/website/docs/algorithms/map-reduce/classification/random-forests.md index 9ebc8bf..6310909 100644 --- a/website/docs/algorithms/map-reduce/classification/random-forests.md +++ b/website/docs/algorithms/map-reduce/classification/random-forests.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Random Forests +title: (Deprecated) Random Forests theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/restricted-boltzmann-machines.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/restricted-boltzmann-machines.md b/website/docs/algorithms/map-reduce/classification/restricted-boltzmann-machines.md index e75639c..3b84e80 100644 --- a/website/docs/algorithms/map-reduce/classification/restricted-boltzmann-machines.md +++ b/website/docs/algorithms/map-reduce/classification/restricted-boltzmann-machines.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Restricted Boltzmann Machines +title: (Deprecated) Restricted Boltzmann Machines theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/classification/support-vector-machines.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/classification/support-vector-machines.md b/website/docs/algorithms/map-reduce/classification/support-vector-machines.md index acfa0ae..6507f78 100644 --- a/website/docs/algorithms/map-reduce/classification/support-vector-machines.md +++ b/website/docs/algorithms/map-reduce/classification/support-vector-machines.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Support Vector Machines +title: (Deprecated) Support Vector Machines theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/clustering/canopy-clustering.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/clustering/canopy-clustering.md b/website/docs/algorithms/map-reduce/clustering/canopy-clustering.md index c672b91..d538d88 100644 --- a/website/docs/algorithms/map-reduce/clustering/canopy-clustering.md +++ b/website/docs/algorithms/map-reduce/clustering/canopy-clustering.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Canopy Clustering +title: (Deprecated) Canopy Clustering theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/clustering/cluster-dumper.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/clustering/cluster-dumper.md b/website/docs/algorithms/map-reduce/clustering/cluster-dumper.md index f09c9fd..cd8cab2 100644 --- a/website/docs/algorithms/map-reduce/clustering/cluster-dumper.md +++ b/website/docs/algorithms/map-reduce/clustering/cluster-dumper.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Cluster Dumper +title: (Deprecated) Cluster Dumper theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/clustering/expectation-maximization.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/clustering/expectation-maximization.md b/website/docs/algorithms/map-reduce/clustering/expectation-maximization.md index dbe6b92..e020d60 100644 --- a/website/docs/algorithms/map-reduce/clustering/expectation-maximization.md +++ b/website/docs/algorithms/map-reduce/clustering/expectation-maximization.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Expectation Maximization +title: (Deprecated) Expectation Maximization theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/clustering/fuzzy-k-means.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/clustering/fuzzy-k-means.md b/website/docs/algorithms/map-reduce/clustering/fuzzy-k-means.md index aceb2e4..ada1153 100644 --- a/website/docs/algorithms/map-reduce/clustering/fuzzy-k-means.md +++ b/website/docs/algorithms/map-reduce/clustering/fuzzy-k-means.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Fuzzy K-Means +title: (Deprecated) Fuzzy K-Means theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/clustering/hierarchical-clustering.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/clustering/hierarchical-clustering.md b/website/docs/algorithms/map-reduce/clustering/hierarchical-clustering.md index d618d85..70a62fe 100644 --- a/website/docs/algorithms/map-reduce/clustering/hierarchical-clustering.md +++ b/website/docs/algorithms/map-reduce/clustering/hierarchical-clustering.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Hierarchical Clustering +title: (Deprecated) Hierarchical Clustering theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/clustering/k-means-clustering.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/clustering/k-means-clustering.md b/website/docs/algorithms/map-reduce/clustering/k-means-clustering.md index a76c519..046fe0b 100644 --- a/website/docs/algorithms/map-reduce/clustering/k-means-clustering.md +++ b/website/docs/algorithms/map-reduce/clustering/k-means-clustering.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: K-Means Clustering +title: (Deprecated) K-Means Clustering theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/clustering/latent-dirichlet-allocation.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/clustering/latent-dirichlet-allocation.md b/website/docs/algorithms/map-reduce/clustering/latent-dirichlet-allocation.md index 5fb8164..01290b3 100644 --- a/website/docs/algorithms/map-reduce/clustering/latent-dirichlet-allocation.md +++ b/website/docs/algorithms/map-reduce/clustering/latent-dirichlet-allocation.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Latent Dirichlet Allocation +title: (Deprecated) Latent Dirichlet Allocation theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/clustering/llr---log-likelihood-ratio.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/clustering/llr---log-likelihood-ratio.md b/website/docs/algorithms/map-reduce/clustering/llr---log-likelihood-ratio.md index 044011e..300ae91 100644 --- a/website/docs/algorithms/map-reduce/clustering/llr---log-likelihood-ratio.md +++ b/website/docs/algorithms/map-reduce/clustering/llr---log-likelihood-ratio.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: LLR - Log-likelihood Ratio +title: (Deprecated) LLR - Log-likelihood Ratio theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/clustering/spectral-clustering.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/clustering/spectral-clustering.md b/website/docs/algorithms/map-reduce/clustering/spectral-clustering.md index cc5b8b6..0891609 100644 --- a/website/docs/algorithms/map-reduce/clustering/spectral-clustering.md +++ b/website/docs/algorithms/map-reduce/clustering/spectral-clustering.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Spectral Clustering +title: (Deprecated) Spectral Clustering theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/clustering/streaming-k-means.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/clustering/streaming-k-means.md b/website/docs/algorithms/map-reduce/clustering/streaming-k-means.md index cc20266..599921f 100644 --- a/website/docs/algorithms/map-reduce/clustering/streaming-k-means.md +++ b/website/docs/algorithms/map-reduce/clustering/streaming-k-means.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Spectral Clustering +title: (Deprecated) Spectral Clustering theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/algorithms/map-reduce/index.md ---------------------------------------------------------------------- diff --git a/website/docs/algorithms/map-reduce/index.md b/website/docs/algorithms/map-reduce/index.md index 88cedea..14d099a 100644 --- a/website/docs/algorithms/map-reduce/index.md +++ b/website/docs/algorithms/map-reduce/index.md @@ -1,6 +1,6 @@ --- layout: algorithm -title: Deprecated Map Reduce Algorithms +title: (Deprecated) Deprecated Map Reduce Algorithms theme: name: mahout2 --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/classification/bankmarketing-example.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/classification/bankmarketing-example.md b/website/docs/tutorials/map-reduce/classification/bankmarketing-example.md index f8cb581..e348961 100644 --- a/website/docs/tutorials/map-reduce/classification/bankmarketing-example.md +++ b/website/docs/tutorials/map-reduce/classification/bankmarketing-example.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: +title: (Deprecated) theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/classification/breiman-example.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/classification/breiman-example.md b/website/docs/tutorials/map-reduce/classification/breiman-example.md index afd96cd..32f8c44 100644 --- a/website/docs/tutorials/map-reduce/classification/breiman-example.md +++ b/website/docs/tutorials/map-reduce/classification/breiman-example.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: Breiman Example +title: (Deprecated) Breiman Example theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/classification/twenty-newsgroups.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/classification/twenty-newsgroups.md b/website/docs/tutorials/map-reduce/classification/twenty-newsgroups.md index d685a9a..2226e94 100644 --- a/website/docs/tutorials/map-reduce/classification/twenty-newsgroups.md +++ b/website/docs/tutorials/map-reduce/classification/twenty-newsgroups.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: Twenty Newsgroups +title: (Deprecated) Twenty Newsgroups theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/classification/wikipedia-classifier-example.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/classification/wikipedia-classifier-example.md b/website/docs/tutorials/map-reduce/classification/wikipedia-classifier-example.md index 699481c..ab80054 100644 --- a/website/docs/tutorials/map-reduce/classification/wikipedia-classifier-example.md +++ b/website/docs/tutorials/map-reduce/classification/wikipedia-classifier-example.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: Wikipedia XML parser and Naive Bayes Example +title: (Deprecated) Wikipedia XML parser and Naive Bayes Example theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/clustering/20newsgroups.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/clustering/20newsgroups.md b/website/docs/tutorials/map-reduce/clustering/20newsgroups.md index 70b3967..e39d989 100644 --- a/website/docs/tutorials/map-reduce/clustering/20newsgroups.md +++ b/website/docs/tutorials/map-reduce/clustering/20newsgroups.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: 20Newsgroups +title: (Deprecated) 20Newsgroups theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/clustering/canopy-commandline.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/clustering/canopy-commandline.md b/website/docs/tutorials/map-reduce/clustering/canopy-commandline.md index abaf764..e7f2b21 100644 --- a/website/docs/tutorials/map-reduce/clustering/canopy-commandline.md +++ b/website/docs/tutorials/map-reduce/clustering/canopy-commandline.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: canopy-commandline +title: (Deprecated) canopy-commandline theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/clustering/clustering-of-synthetic-control-data.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/clustering/clustering-of-synthetic-control-data.md b/website/docs/tutorials/map-reduce/clustering/clustering-of-synthetic-control-data.md index 273710b..201e9d8 100644 --- a/website/docs/tutorials/map-reduce/clustering/clustering-of-synthetic-control-data.md +++ b/website/docs/tutorials/map-reduce/clustering/clustering-of-synthetic-control-data.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: Clustering of synthetic control data +title: (Deprecated) Clustering of synthetic control data theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/clustering/clustering-seinfeld-episodes.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/clustering/clustering-seinfeld-episodes.md b/website/docs/tutorials/map-reduce/clustering/clustering-seinfeld-episodes.md index 53cfc5b..35b2008 100644 --- a/website/docs/tutorials/map-reduce/clustering/clustering-seinfeld-episodes.md +++ b/website/docs/tutorials/map-reduce/clustering/clustering-seinfeld-episodes.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: Clustering Seinfeld Episodes +title: (Deprecated) Clustering Seinfeld Episodes theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/clustering/clusteringyourdata.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/clustering/clusteringyourdata.md b/website/docs/tutorials/map-reduce/clustering/clusteringyourdata.md index 526c1a2..ba7cb0b 100644 --- a/website/docs/tutorials/map-reduce/clustering/clusteringyourdata.md +++ b/website/docs/tutorials/map-reduce/clustering/clusteringyourdata.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: ClusteringYourData +title: (Deprecated) ClusteringYourData theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/clustering/fuzzy-k-means-commandline.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/clustering/fuzzy-k-means-commandline.md b/website/docs/tutorials/map-reduce/clustering/fuzzy-k-means-commandline.md index aac409a..721256d 100644 --- a/website/docs/tutorials/map-reduce/clustering/fuzzy-k-means-commandline.md +++ b/website/docs/tutorials/map-reduce/clustering/fuzzy-k-means-commandline.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: fuzzy-k-means-commandline +title: (Deprecated) fuzzy-k-means-commandline theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/clustering/k-means-commandline.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/clustering/k-means-commandline.md b/website/docs/tutorials/map-reduce/clustering/k-means-commandline.md index 3ab68c4..b9ac430 100644 --- a/website/docs/tutorials/map-reduce/clustering/k-means-commandline.md +++ b/website/docs/tutorials/map-reduce/clustering/k-means-commandline.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: k-means-commandline +title: (Deprecated) k-means-commandline theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/clustering/lda-commandline.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/clustering/lda-commandline.md b/website/docs/tutorials/map-reduce/clustering/lda-commandline.md index 15254e7..6b10681 100644 --- a/website/docs/tutorials/map-reduce/clustering/lda-commandline.md +++ b/website/docs/tutorials/map-reduce/clustering/lda-commandline.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: lda-commandline +title: (Deprecated) lda-commandline theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/clustering/viewing-result.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/clustering/viewing-result.md b/website/docs/tutorials/map-reduce/clustering/viewing-result.md index d73f2d0..ce9dd91 100644 --- a/website/docs/tutorials/map-reduce/clustering/viewing-result.md +++ b/website/docs/tutorials/map-reduce/clustering/viewing-result.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: Viewing Result +title: (Deprecated) Viewing Result theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/clustering/viewing-results.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/clustering/viewing-results.md b/website/docs/tutorials/map-reduce/clustering/viewing-results.md index a5b0460..1b5092f 100644 --- a/website/docs/tutorials/map-reduce/clustering/viewing-results.md +++ b/website/docs/tutorials/map-reduce/clustering/viewing-results.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: Viewing Results +title: (Deprecated) Viewing Results theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/clustering/visualizing-sample-clusters.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/clustering/visualizing-sample-clusters.md b/website/docs/tutorials/map-reduce/clustering/visualizing-sample-clusters.md index 269c879..fe4b93f 100644 --- a/website/docs/tutorials/map-reduce/clustering/visualizing-sample-clusters.md +++ b/website/docs/tutorials/map-reduce/clustering/visualizing-sample-clusters.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: Visualizing Sample Clusters +title: (Deprecated) Visualizing Sample Clusters theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/index.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/index.md b/website/docs/tutorials/map-reduce/index.md index dd7dfbe..b1a269c 100644 --- a/website/docs/tutorials/map-reduce/index.md +++ b/website/docs/tutorials/map-reduce/index.md @@ -1,6 +1,6 @@ --- layout: tutorial -title: Deprecated Map Reduce Based Examples +title: (Deprecated) Deprecated Map Reduce Based Examples theme: name: mahout2 --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/misc/mr---map-reduce.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/misc/mr---map-reduce.md b/website/docs/tutorials/map-reduce/misc/mr---map-reduce.md index b03d6ad..a85d0cd 100644 --- a/website/docs/tutorials/map-reduce/misc/mr---map-reduce.md +++ b/website/docs/tutorials/map-reduce/misc/mr---map-reduce.md @@ -1,6 +1,6 @@ --- layout: default -title: MR - Map Reduce +title: (Deprecated) MR - Map Reduce theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/misc/parallel-frequent-pattern-mining.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/misc/parallel-frequent-pattern-mining.md b/website/docs/tutorials/map-reduce/misc/parallel-frequent-pattern-mining.md index e2978a4..213c385 100644 --- a/website/docs/tutorials/map-reduce/misc/parallel-frequent-pattern-mining.md +++ b/website/docs/tutorials/map-reduce/misc/parallel-frequent-pattern-mining.md @@ -1,6 +1,6 @@ --- layout: default -title: Parallel Frequent Pattern Mining +title: (Deprecated) Parallel Frequent Pattern Mining theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/misc/perceptron-and-winnow.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/misc/perceptron-and-winnow.md b/website/docs/tutorials/map-reduce/misc/perceptron-and-winnow.md index 308040c..a3c7063 100644 --- a/website/docs/tutorials/map-reduce/misc/perceptron-and-winnow.md +++ b/website/docs/tutorials/map-reduce/misc/perceptron-and-winnow.md @@ -1,6 +1,6 @@ --- layout: default -title: Perceptron and Winnow +title: (Deprecated) Perceptron and Winnow theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/misc/testing.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/misc/testing.md b/website/docs/tutorials/map-reduce/misc/testing.md index dc3fd43..826fff8 100644 --- a/website/docs/tutorials/map-reduce/misc/testing.md +++ b/website/docs/tutorials/map-reduce/misc/testing.md @@ -1,6 +1,6 @@ --- layout: default -title: Testing +title: (Deprecated) Testing theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/misc/using-mahout-with-python-via-jpype.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/misc/using-mahout-with-python-via-jpype.md b/website/docs/tutorials/map-reduce/misc/using-mahout-with-python-via-jpype.md index 57378ba..4b6af12 100644 --- a/website/docs/tutorials/map-reduce/misc/using-mahout-with-python-via-jpype.md +++ b/website/docs/tutorials/map-reduce/misc/using-mahout-with-python-via-jpype.md @@ -1,6 +1,6 @@ --- layout: default -title: Using Mahout with Python via JPype +title: (Deprecated) Using Mahout with Python via JPype theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/recommender/intro-als-hadoop.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/recommender/intro-als-hadoop.md b/website/docs/tutorials/map-reduce/recommender/intro-als-hadoop.md index 2acacd0..ad540c7 100644 --- a/website/docs/tutorials/map-reduce/recommender/intro-als-hadoop.md +++ b/website/docs/tutorials/map-reduce/recommender/intro-als-hadoop.md @@ -1,6 +1,6 @@ --- layout: default -title: Perceptron and Winnow +title: (Deprecated) Perceptron and Winnow theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/recommender/intro-cooccurrence-spark.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/recommender/intro-cooccurrence-spark.md b/website/docs/tutorials/map-reduce/recommender/intro-cooccurrence-spark.md index 578f3c4..9561843 100644 --- a/website/docs/tutorials/map-reduce/recommender/intro-cooccurrence-spark.md +++ b/website/docs/tutorials/map-reduce/recommender/intro-cooccurrence-spark.md @@ -1,6 +1,6 @@ --- layout: default -title: Perceptron and Winnow +title: (Deprecated) Perceptron and Winnow theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/recommender/intro-itembased-hadoop.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/recommender/intro-itembased-hadoop.md b/website/docs/tutorials/map-reduce/recommender/intro-itembased-hadoop.md index ee2c3e8..9537669 100644 --- a/website/docs/tutorials/map-reduce/recommender/intro-itembased-hadoop.md +++ b/website/docs/tutorials/map-reduce/recommender/intro-itembased-hadoop.md @@ -1,6 +1,6 @@ --- layout: default -title: Perceptron and Winnow +title: (Deprecated) Perceptron and Winnow theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/recommender/matrix-factorization.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/recommender/matrix-factorization.md b/website/docs/tutorials/map-reduce/recommender/matrix-factorization.md index 63de4fd..4cff138 100644 --- a/website/docs/tutorials/map-reduce/recommender/matrix-factorization.md +++ b/website/docs/tutorials/map-reduce/recommender/matrix-factorization.md @@ -1,6 +1,6 @@ --- layout: default -title: Perceptron and Winnow +title: (Deprecated) Perceptron and Winnow theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/recommender/quickstart.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/recommender/quickstart.md b/website/docs/tutorials/map-reduce/recommender/quickstart.md index 4627444..545c64a 100644 --- a/website/docs/tutorials/map-reduce/recommender/quickstart.md +++ b/website/docs/tutorials/map-reduce/recommender/quickstart.md @@ -1,6 +1,6 @@ --- layout: default -title: Recommender Quickstart +title: (Deprecated) Recommender Quickstart theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/recommender/recommender-documentation.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/recommender/recommender-documentation.md b/website/docs/tutorials/map-reduce/recommender/recommender-documentation.md index 8ba5b28..c6d9ffb 100644 --- a/website/docs/tutorials/map-reduce/recommender/recommender-documentation.md +++ b/website/docs/tutorials/map-reduce/recommender/recommender-documentation.md @@ -1,6 +1,6 @@ --- layout: default -title: Recommender Documentation +title: (Deprecated) Recommender Documentation theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/recommender/recommender-first-timer-faq.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/recommender/recommender-first-timer-faq.md b/website/docs/tutorials/map-reduce/recommender/recommender-first-timer-faq.md index 2b090e6..cdf425e 100644 --- a/website/docs/tutorials/map-reduce/recommender/recommender-first-timer-faq.md +++ b/website/docs/tutorials/map-reduce/recommender/recommender-first-timer-faq.md @@ -1,6 +1,6 @@ --- layout: default -title: Recommender First-Timer FAQ +title: (Deprecated) Recommender First-Timer FAQ theme: name: retro-mahout --- http://git-wip-us.apache.org/repos/asf/mahout/blob/6e5359d5/website/docs/tutorials/map-reduce/recommender/userbased-5-minutes.md ---------------------------------------------------------------------- diff --git a/website/docs/tutorials/map-reduce/recommender/userbased-5-minutes.md b/website/docs/tutorials/map-reduce/recommender/userbased-5-minutes.md index da17b38..6234275 100644 --- a/website/docs/tutorials/map-reduce/recommender/userbased-5-minutes.md +++ b/website/docs/tutorials/map-reduce/recommender/userbased-5-minutes.md @@ -1,6 +1,6 @@ --- layout: default -title: User Based Recommender in 5 Minutes +title: (Deprecated) User Based Recommender in 5 Minutes theme: name: retro-mahout ---
