Return-Path: Delivered-To: apmail-lucene-mahout-dev-archive@minotaur.apache.org Received: (qmail 44915 invoked from network); 19 Feb 2009 12:34:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 12:34:33 -0000 Received: (qmail 70360 invoked by uid 500); 19 Feb 2009 12:34:33 -0000 Delivered-To: apmail-lucene-mahout-dev-archive@lucene.apache.org Received: (qmail 70337 invoked by uid 500); 19 Feb 2009 12:34:32 -0000 Mailing-List: contact mahout-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-dev@lucene.apache.org Delivered-To: mailing list mahout-dev@lucene.apache.org Received: (qmail 70326 invoked by uid 99); 19 Feb 2009 12:34:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 04:34:32 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 12:34:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 712DB234C4B1 for ; Thu, 19 Feb 2009 04:34:02 -0800 (PST) Message-ID: <2065624045.1235046842462.JavaMail.jira@brutus> Date: Thu, 19 Feb 2009 04:34:02 -0800 (PST) From: "Richard Tomsett (JIRA)" To: mahout-dev@lucene.apache.org Subject: [jira] Commented: (MAHOUT-59) Create some examples of clustering well-known datasets In-Reply-To: <1873342268.1211846877584.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAHOUT-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674983#action_12674983 ] Richard Tomsett commented on MAHOUT-59: --------------------------------------- Re: discussion of text clustering on the mailing list, there are several 'bag of words' examples at the UCI repository: http://archive.ics.uci.edu/ml/datasets/Bag+of+Words . The data is in [docID wordID wordcount] format so needs to be processed into TF-IDF Vectors for clustering. I previously did this with a Python script but I'll write something in Hadoop to do it, before passing it on to Canopy or K-Means clustering. May take a little while as I haven't looked at my code for about half a year, and I didn't write unit tests or anything last time... This would also involve writing a cosine distance measure class, which I guess would be useful generally. Would this be a useful example? > Create some examples of clustering well-known datasets > ------------------------------------------------------ > > Key: MAHOUT-59 > URL: https://issues.apache.org/jira/browse/MAHOUT-59 > Project: Mahout > Issue Type: New Feature > Components: Clustering > Reporter: Jeff Eastman > Attachments: MAHOUT-59.patch > > > The existing unit tests for clustering need to be augmented with examples from the literature which illustrate its correct operation on datasets which have known clusters present. See http://archive.ics.uci.edu/ml/ for some candidate datasets. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.