Return-Path: X-Original-To: apmail-systemml-dev-archive@minotaur.apache.org Delivered-To: apmail-systemml-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D3B8F189E1 for ; Mon, 7 Dec 2015 22:50:26 +0000 (UTC) Received: (qmail 52360 invoked by uid 500); 7 Dec 2015 22:50:26 -0000 Delivered-To: apmail-systemml-dev-archive@systemml.apache.org Received: (qmail 52311 invoked by uid 500); 7 Dec 2015 22:50:26 -0000 Mailing-List: contact dev-help@systemml.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@systemml.incubator.apache.org Delivered-To: mailing list dev@systemml.incubator.apache.org Received: (qmail 52296 invoked by uid 99); 7 Dec 2015 22:50:26 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Dec 2015 22:50:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E4408180A95 for ; Mon, 7 Dec 2015 22:50:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.899 X-Spam-Level: *** X-Spam-Status: No, score=3.899 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_REPLY=1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id bGvMQHpxk-39 for ; Mon, 7 Dec 2015 22:50:18 +0000 (UTC) Received: from mail-vk0-f44.google.com (mail-vk0-f44.google.com [209.85.213.44]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 43F3F20F4F for ; Mon, 7 Dec 2015 22:50:17 +0000 (UTC) Received: by vkca188 with SMTP id a188so1396273vkc.0 for ; Mon, 07 Dec 2015 14:50:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=OphRb9zNQ/hBgO2zzt2C7k01zX6Yf1rdcte9RZTD/QE=; b=kCMpkZjnP6q5LKlrPIhHgjcv0H80syBHkeT0745B/3HIzztGakGB7h3C2FczT1dTME tRvpOsE2msfN80g5HjtrJkbX+0lJZf2ToqlzzDI03U86lehhk3iGD3iyXdvycAGjPtwu Y+5aKm6YNPF2HWRvHmuSSpDZe1SPvyWp9Y+lZh2JgfOW+bMNmfUTRLDuT1KVVFHEoMi0 zORjiR/FOZTRLnzHQHHXIu0U1P6NcY776Dbsxu/lpPZdIRplP/C3PQmLewDUrsGEpr2q PYNFPBNe8axo8Si88A51puMPx12lnPqQb57r/DZNmXHehuVBGc4/k4Fl+Qqf3kv/7Gmf 1iMQ== MIME-Version: 1.0 X-Received: by 10.31.16.197 with SMTP id 66mr22447214vkq.143.1449528615061; Mon, 07 Dec 2015 14:50:15 -0800 (PST) Received: by 10.31.151.210 with HTTP; Mon, 7 Dec 2015 14:50:14 -0800 (PST) In-Reply-To: References: Date: Mon, 7 Dec 2015 14:50:14 -0800 Message-ID: Subject: Re: API documentation for SystemML From: Deron Eriksson To: dev@systemml.incubator.apache.org Content-Type: multipart/alternative; boundary=001a11436378317d96052656ae3c --001a11436378317d96052656ae3c Content-Type: text/plain; charset=UTF-8 Hi Sourav, One way to generate Javadocs for the entire SystemML project is "mvn javadoc:javadoc". Unfortunately, classes such as MatrixCharacteristics and RDDConverterUtils currently have very minimal API documentation. We are hoping to address this in the near future. However, you may find that the following documentation link could be of assistance in getting started, given your interest in Scala: http://apache.github.io/incubator-systemml/mlcontext-programming-guide.html Deron On Mon, Dec 7, 2015 at 1:58 PM, Sourav Mazumder wrote: > Hi, > > Is there any Scala/Java API documentation available for classes like > > MatrixCharacteristics, RDDConverterUtils ? > > What I need to understand is what all such helper utilities available > and the deatils of their signature/APIs. > > Regards, > > Sourav > --001a11436378317d96052656ae3c--