Return-Path: Delivered-To: apmail-mahout-dev-archive@www.apache.org Received: (qmail 76129 invoked from network); 2 Jul 2010 02:54:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jul 2010 02:54:45 -0000 Received: (qmail 5493 invoked by uid 500); 2 Jul 2010 02:54:45 -0000 Delivered-To: apmail-mahout-dev-archive@mahout.apache.org Received: (qmail 5304 invoked by uid 500); 2 Jul 2010 02:54:43 -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 5296 invoked by uid 99); 2 Jul 2010 02:54:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jul 2010 02:54:43 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=10.0 tests=ALL_TRUSTED,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jul 2010 02:54:41 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o622knYY004424 for ; Fri, 2 Jul 2010 02:46:49 GMT Message-ID: <31173597.165791278038809723.JavaMail.jira@thor> Date: Thu, 1 Jul 2010 22:46:49 -0400 (EDT) From: "Drew Farris (JIRA)" To: dev@mahout.apache.org Subject: [jira] Resolved: (MAHOUT-401) Use NamedVector in seq2sparse 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-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Drew Farris resolved MAHOUT-401. -------------------------------- Assignee: Drew Farris Fix Version/s: 0.4 Resolution: Fixed Actually, most of this was committed as a part of MAHOUT-167 (committed in r952758) - the only thing missing was the fix to PartialVectorMergeReducer, which I've committed. > Use NamedVector in seq2sparse > ----------------------------- > > Key: MAHOUT-401 > URL: https://issues.apache.org/jira/browse/MAHOUT-401 > Project: Mahout > Issue Type: Bug > Components: Utils > Affects Versions: 0.4 > Reporter: Drew Farris > Assignee: Drew Farris > Fix For: 0.4 > > Attachments: MAHOUT-401.patch, pv.patch > > > In seq2sparse, TFIDFPartialVectorReducer and TFPartialVectorReducer should write NamedVectors. It appears that a lack of labels on the vector input to k-means at least breaks the cluster-dumper in the sense that it no longer prints the original document ids for points. > See: http://lucene.472066.n3.nabble.com/where-are-the-points-in-each-cluster-kmeans-clusterdump-td838683.html#a845600 > I wonder if this is also an issue with the code that generates vectors from lucene indexes? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.