Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 07FC3200AED for ; Tue, 3 May 2016 20:30:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 06D4A1609F4; Tue, 3 May 2016 20:30:20 +0200 (CEST) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7F6931609A9 for ; Tue, 3 May 2016 20:30:19 +0200 (CEST) Received: (qmail 3711 invoked by uid 500); 3 May 2016 18:30:13 -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 3688 invoked by uid 99); 3 May 2016 18:30:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2016 18:30:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 55A862C1F5C for ; Tue, 3 May 2016 18:30:13 +0000 (UTC) Date: Tue, 3 May 2016 18:30:13 +0000 (UTC) From: "Andrew Palumbo (JIRA)" To: dev@mahout.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MAHOUT-1838) Provide plotting capabilities for Mahout matrices and DRMs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 03 May 2016 18:30:20 -0000 [ https://issues.apache.org/jira/browse/MAHOUT-1838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Palumbo updated MAHOUT-1838: ----------------------------------- Attachment: 2dhisto_21Buckets_100pct_gaussian.png > Provide plotting capabilities for Mahout matrices and DRMs > ----------------------------------------------------------- > > Key: MAHOUT-1838 > URL: https://issues.apache.org/jira/browse/MAHOUT-1838 > Project: Mahout > Issue Type: New Feature > Components: visiualization > Reporter: Andrew Palumbo > Assignee: Andrew Palumbo > Fix For: 0.13 > > Attachments: 2dhisto_21Buckets_100pct_gaussian.png, 3d_histo.png, drmSamplePlot2d.png, plot3d.png, plot3dRotated.png > > > Add basic 2d and 3d plotting capabilities to Mahout using the Smile library: https://github.com/haifengl/smile > I've prototyped an {{mplot2d}} class here to sample a certain percentage of a DRM's data using {{drmSampleKRows()}} and to create a 2d plot from the resulting x,y coordinate matrix, and tested from the spark-shell as a POC. > Extending to 3d should be trivial: > The Smile-Plot library has some very nice plotting features, all of which can easily integrated into mahout: > http://haifengl.github.io/smile/index.html#gallery > http://haifengl.github.io/smile/index.html#visualization > -- This message was sent by Atlassian JIRA (v6.3.4#6332)