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 173DDD0E7 for ; Mon, 11 Mar 2013 20:37:17 +0000 (UTC) Received: (qmail 70622 invoked by uid 500); 11 Mar 2013 20:37:15 -0000 Delivered-To: apmail-mahout-dev-archive@mahout.apache.org Received: (qmail 70558 invoked by uid 500); 11 Mar 2013 20:37:15 -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 70511 invoked by uid 99); 11 Mar 2013 20:37:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Mar 2013 20:37:15 +0000 Date: Mon, 11 Mar 2013 20:37:15 +0000 (UTC) From: "Shannon Quinn (JIRA)" To: dev@mahout.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (MAHOUT-1159) Add SSVD option to SpectralKMeans MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAHOUT-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599237#comment-13599237 ] Shannon Quinn edited comment on MAHOUT-1159 at 3/11/13 8:36 PM: ---------------------------------------------------------------- Excellent points, thanks. Here's a new patch with the suggested fixes, let me know if that works. The only reason I noticed the discrepancy in the documentation is SSVD in spectral k-means was originally tested in standalone mode, and obviously the DistributedCache is not available in that case. Updated the patch: actually used the new parameters. was (Author: magsol): Excellent points, thanks. Here's a new patch with the suggested fixes, let me know if that works. The only reason I noticed the discrepancy in the documentation is SSVD in spectral k-means was originally tested in standalone mode, and obviously the DistributedCache is not available in that case. > Add SSVD option to SpectralKMeans > --------------------------------- > > Key: MAHOUT-1159 > URL: https://issues.apache.org/jira/browse/MAHOUT-1159 > Project: Mahout > Issue Type: Improvement > Components: Clustering > Affects Versions: 0.8 > Reporter: Shannon Quinn > Assignee: Shannon Quinn > Priority: Minor > Fix For: 0.8 > > Attachments: MAHOUT-1159.patch, MAHOUT-1159-ssvdopts.patch > > > This adds SSVD as an option for eigensolver, in addition to the [default] Lanczos solver. Testing indicated it yielded similar clustering accuracy with a possible performance boost. > This patch includes other small fixes, such as using the default "tempDir" for intermediate calculations. > The initialization of the SSVD solver is a bit awkward, with specifying the number of reducers. I hard-coded this at 10; is there a better solution? Perhaps making it an optional parameter to the SSVD constructor? > [Thanks to University of Pittsburgh CS undergraduates Andrew King, Pawan Solanki, and Philip Schinis for working on this.] -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira