Return-Path: X-Original-To: apmail-mahout-dev-archive@www.apache.org Delivered-To: apmail-mahout-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 350439249 for ; Sun, 26 Feb 2012 16:01:13 +0000 (UTC) Received: (qmail 58986 invoked by uid 500); 26 Feb 2012 16:01:12 -0000 Delivered-To: apmail-mahout-dev-archive@mahout.apache.org Received: (qmail 58905 invoked by uid 500); 26 Feb 2012 16:01:12 -0000 Mailing-List: contact dev-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 dev@mahout.apache.org Received: (qmail 58895 invoked by uid 99); 26 Feb 2012 16:01:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Feb 2012 16:01:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Feb 2012 16:01:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 667C533B92B for ; Sun, 26 Feb 2012 16:00:49 +0000 (UTC) Date: Sun, 26 Feb 2012 16:00:49 +0000 (UTC) From: "Paritosh Ranjan (Commented) (JIRA)" To: dev@mahout.apache.org Message-ID: <1204855565.21096.1330272049421.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1564224810.23661.1324183350832.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAHOUT-931) Implement a pluggable outlier removal capability for cluster classifiers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAHOUT-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13216772#comment-13216772 ] Paritosh Ranjan commented on MAHOUT-931: ---------------------------------------- Added emitMostLikely and threshold based outlier removal capability to ClusterClassificationDriver. The patch is attached. I want to commit it ( test first commit in apaache ), as its a non-risky patch. However, I am not sure of the formatting. I have used eclipse helios and the formatter inside buildtools. Can someone help in verifying whether the code is formatted properly or not? > Implement a pluggable outlier removal capability for cluster classifiers > ------------------------------------------------------------------------ > > Key: MAHOUT-931 > URL: https://issues.apache.org/jira/browse/MAHOUT-931 > Project: Mahout > Issue Type: Improvement > Components: Classification, Clustering > Affects Versions: 0.6 > Reporter: Paritosh Ranjan > Assignee: Paritosh Ranjan > Fix For: 0.7 > > Attachments: MAHOUT-931, MAHOUT-931 > > > A pluggable outlier removal capability while classifying the clusters is needed. The classification and outlier removal implementations, both should be completely separate entities for better abstraction. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira