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 C234B76F7 for ; Tue, 29 Nov 2011 04:48:03 +0000 (UTC) Received: (qmail 52180 invoked by uid 500); 29 Nov 2011 04:48:03 -0000 Delivered-To: apmail-mahout-dev-archive@mahout.apache.org Received: (qmail 52135 invoked by uid 500); 29 Nov 2011 04:48:02 -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 52126 invoked by uid 99); 29 Nov 2011 04:48:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 04:48:01 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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; Tue, 29 Nov 2011 04:48:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1C728A537C for ; Tue, 29 Nov 2011 04:47:40 +0000 (UTC) Date: Tue, 29 Nov 2011 04:47:40 +0000 (UTC) From: "Raphael Cendrillon (Commented) (JIRA)" To: dev@mahout.apache.org Message-ID: <1994679789.21007.1322542060117.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <971842892.20451.1321000851913.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAHOUT-880) Add some matrix method(like addition, subtraction, norm ... etc) to DistributedRowMatrix 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-880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159082#comment-13159082 ] Raphael Cendrillon commented on MAHOUT-880: ------------------------------------------- Hi Jake. If you get a chance could you take a look through the attached patch? Your feedback would be great. > Add some matrix method(like addition, subtraction, norm ... etc) to DistributedRowMatrix > ---------------------------------------------------------------------------------------- > > Key: MAHOUT-880 > URL: https://issues.apache.org/jira/browse/MAHOUT-880 > Project: Mahout > Issue Type: New Feature > Components: Math > Affects Versions: 0.6 > Reporter: Wangda Tan > Priority: Minor > Labels: DistributedRowMatrix > Attachments: MAHOUT-880.patch > > > I'm a new to Mahout, I didn't find some basic matrix functions. This make users cannot do many tasks by CLI or API, if user get some result through existing map-reduce matrix operation (like svd), he cannot do farther steps. I make a list for it: > 1) Addition, Subtraction > 2) Norm (like norm-1, norm-2, norm-frobenius) > 3) Matrix compare > 4) Get lower triangle, upper triangle and diagonal > 5) Get identity and zero matrix > 6) Put two or matrix to together: A = [A1, A2] > 7) More linear equations solver method, like Gaussian elimination (maybe it's hard to implement) > 8) import and export CSV, ARFF ... (this will very useful when user want to reuse result from or to other applications like MATLAB) > I want to know is there any plan to do this, if so, I can make some efforts to implement these. -- 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