Return-Path: X-Original-To: apmail-mahout-commits-archive@www.apache.org Delivered-To: apmail-mahout-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D96319989 for ; Fri, 8 Apr 2016 20:02:43 +0000 (UTC) Received: (qmail 19401 invoked by uid 500); 8 Apr 2016 20:02:42 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 19348 invoked by uid 500); 8 Apr 2016 20:02:42 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 19339 invoked by uid 99); 8 Apr 2016 20:02:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2016 20:02:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 49784C0BC3 for ; Fri, 8 Apr 2016 20:02:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id eSmg1nqnf7KK for ; Fri, 8 Apr 2016 20:02:41 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id EB2BD5F239 for ; Fri, 8 Apr 2016 20:02:40 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D78C4E0098 for ; Fri, 8 Apr 2016 20:02:39 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 9A45B3A0314 for ; Fri, 8 Apr 2016 20:02:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1738297 - /mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext Date: Fri, 08 Apr 2016 20:02:39 -0000 To: commits@mahout.apache.org From: smarthi@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160408200239.9A45B3A0314@svn01-us-west.apache.org> Author: smarthi Date: Fri Apr 8 20:02:39 2016 New Revision: 1738297 URL: http://svn.apache.org/viewvc?rev=1738297&view=rev Log: MAHOUT-1825: Add list of flink algorithms to Mahout Modified: mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext Modified: mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext?rev=1738297&r1=1738296&r2=1738297&view=diff ============================================================================== --- mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext (original) +++ mahout/site/mahout_cms/trunk/content/users/basics/algorithms.mdtext Fri Apr 8 20:02:39 2016 @@ -34,11 +34,11 @@ Title: Algorithms Spectral Clustering | | [x](https://mahout.apache.org/users/clustering/spectral-clustering.html) | || **Dimensionality Reduction** *note: most scala-based dimensionality reduction algorithms are available through the [Mahout Math-Scala Core Library for all engines](https://mahout.apache.org/users/sparkbindings/home.html)*|| - Singular Value Decomposition | x | x | [x](http://mahout.apache.org/users/sparkbindings/home.html) |[x](http://mahout.apache.org/users/environment/h2o-internals.html) |[x](http://mahout.apache.org/users/flinkbindings/flink-internals.html) + Singular Value Decomposition | x | x | [x](http://mahout.apache.org/users/sparkbindings/home.html) |[x](http://mahout.apache.org/users/environment/h2o-internals.html) | [x](http://mahout.apache.org/users/flinkbindings/flink-internals.html) Lanczos Algorithm | *deprecated* | *deprecated* | - Stochastic SVD | [x](https://mahout.apache.org/users/dim-reduction/ssvd.html) | [x](https://mahout.apache.org/users/dim-reduction/ssvd.html) | [x](http://mahout.apache.org/users/algorithms/d-ssvd.html) | [x](http://mahout.apache.org/users/algorithms/d-ssvd.html)| [x](http://mahout.apache.org/users/algorithms/d-ssvd.html) - PCA (via Stochastic SVD) | x | x | [x](http://mahout.apache.org/users/sparkbindings/home.html) |[x](http://mahout.apache.org/users/environment/h2o-internals.html) |[x](http://mahout.apache.org/users/flinkbindings/flink-internals.html) - QR Decomposition | x | x | [x](http://mahout.apache.org/users/algorithms/d-qr.html) |[x](http://mahout.apache.org/users/algorithms/d-qr.html) |[x](http://mahout.apache.org/users/algorithms/d-qr.html) + Stochastic SVD | [x](https://mahout.apache.org/users/dim-reduction/ssvd.html) | [x](https://mahout.apache.org/users/dim-reduction/ssvd.html) | [x](http://mahout.apache.org/users/algorithms/d-ssvd.html) | [x](http://mahout.apache.org/users/algorithms/d-ssvd.html)| [x](http://mahout.apache.org/users/algorithms/d-ssvd.html) + PCA (via Stochastic SVD) | x | x | [x](http://mahout.apache.org/users/sparkbindings/home.html) |[x](http://mahout.apache.org/users/environment/h2o-internals.html) | [x](http://mahout.apache.org/users/flinkbindings/flink-internals.html) + QR Decomposition | x | x | [x](http://mahout.apache.org/users/algorithms/d-qr.html) |[x](http://mahout.apache.org/users/algorithms/d-qr.html) | [x](http://mahout.apache.org/users/algorithms/d-qr.html) || **Topic Models**|| Latent Dirichlet Allocation | x | x |