Return-Path: Delivered-To: apmail-lucene-mahout-dev-archive@minotaur.apache.org Received: (qmail 15333 invoked from network); 7 Apr 2010 13:31:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Apr 2010 13:31:55 -0000 Received: (qmail 72448 invoked by uid 500); 7 Apr 2010 13:31:55 -0000 Delivered-To: apmail-lucene-mahout-dev-archive@lucene.apache.org Received: (qmail 72315 invoked by uid 500); 7 Apr 2010 13:31:55 -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 72292 invoked by uid 99); 7 Apr 2010 13:31:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 13:31:55 +0000 X-ASF-Spam-Status: No, hits=-1239.5 required=10.0 tests=ALL_TRUSTED,AWL 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; Wed, 07 Apr 2010 13:31:54 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 98F2A234C4AB for ; Wed, 7 Apr 2010 13:31:33 +0000 (UTC) Message-ID: <193371457.42931270647093625.JavaMail.jira@brutus.apache.org> Date: Wed, 7 Apr 2010 13:31:33 +0000 (UTC) From: "Danny Leshem (JIRA)" To: mahout-dev@lucene.apache.org Subject: [jira] Created: (MAHOUT-369) Issues with DistributedLanczosSolver output MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Issues with DistributedLanczosSolver output ------------------------------------------- Key: MAHOUT-369 URL: https://issues.apache.org/jira/browse/MAHOUT-369 Project: Mahout Issue Type: Bug Components: Math Affects Versions: 0.3, 0.4 Reporter: Danny Leshem DistributedLanczosSolver (line 99) claims to persist eigenVectors.numRows() vectors. {code} log.info("Persisting " + eigenVectors.numRows() + " eigenVectors and eigenValues to: " + outputPath); {code} However, a few lines later (line 106) we have {code} for(int i=0; i