Return-Path: X-Original-To: apmail-mahout-user-archive@www.apache.org Delivered-To: apmail-mahout-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3FE6B102DB for ; Wed, 5 Feb 2014 05:36:56 +0000 (UTC) Received: (qmail 36918 invoked by uid 500); 5 Feb 2014 05:36:53 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 36565 invoked by uid 500); 5 Feb 2014 05:36:46 -0000 Mailing-List: contact user-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mahout.apache.org Delivered-To: mailing list user@mahout.apache.org Received: (qmail 36552 invoked by uid 99); 5 Feb 2014 05:36:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 05:36:44 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jobinwilson@gmail.com designates 209.85.219.46 as permitted sender) Received: from [209.85.219.46] (HELO mail-oa0-f46.google.com) (209.85.219.46) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2014 05:36:38 +0000 Received: by mail-oa0-f46.google.com with SMTP id n16so11058868oag.19 for ; Tue, 04 Feb 2014 21:36:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=lDyW2yXdT1QmDW7EkVlETTAfMQI2YOyp9+YCUMqZOec=; b=nVUmbsv8C2QPsrbxwU3/m52y82l/xCMyE9Ufim4tVc8TojYfXG4yho6oYtnnd0hek7 LSPSAxpjF1J4brPm+arsEFKuyXeBayq+S/WR3ucFy1BI3tR3/IiVsi6X5H25hJzaDxpa Ek4GPXrlPo6kFE4IdQWJDWQCj4KF4GHHM6hC6/8FMck4k3PReE2eznxX1+ou0k0xqGXB 6nDryNtoFUjKUZEvPdNQhxqJ5jt7xUJry3dnYiW0KvTrh44SNaSUtJJ7ZQdUqIiwoO0S TeBw2j9ZpTOoN+P+bVbPec4RpoYfQtKKp4XZPb1YAIOguJUe26qPPIGzSpb636EB+9Pv WMKA== MIME-Version: 1.0 X-Received: by 10.182.250.163 with SMTP id zd3mr40327141obc.20.1391578576913; Tue, 04 Feb 2014 21:36:16 -0800 (PST) Received: by 10.76.74.103 with HTTP; Tue, 4 Feb 2014 21:36:16 -0800 (PST) Date: Wed, 5 Feb 2014 11:06:16 +0530 Message-ID: Subject: Gaussian Mixture Model for Fuzzy Clustering From: jobin wilson To: user@mahout.apache.org Content-Type: multipart/alternative; boundary=089e01634ec2c10ba004f1a222b5 X-Virus-Checked: Checked by ClamAV on apache.org --089e01634ec2c10ba004f1a222b5 Content-Type: text/plain; charset=ISO-8859-1 Hi All, i am trying to use Mahout's clustering capabilities to do soft clustering on multidimensional data. I was wondering if there are any plans for implementing GMM in similar lines with fuzzy-K means as a separate clustering algorithm? The Jira on EM implementation(MAHOUT-28) seems to be closed since EM is more of a general concept.Is there any easy tweak that is available to do GMM using Mahout? Thanks & Regards Jobin Wilson --089e01634ec2c10ba004f1a222b5--