Return-Path: X-Original-To: apmail-mahout-commits-archive@www.apache.org Delivered-To: apmail-mahout-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EA9B11898 for ; Wed, 20 Aug 2014 20:58:30 +0000 (UTC) Received: (qmail 20289 invoked by uid 500); 20 Aug 2014 20:58:30 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 20240 invoked by uid 500); 20 Aug 2014 20:58:29 -0000 Mailing-List: contact commits-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 commits@mahout.apache.org Received: (qmail 20231 invoked by uid 99); 20 Aug 2014 20:58:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2014 20:58:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2014 20:58:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F1D48238883D; Wed, 20 Aug 2014 20:58:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1619230 - /mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext Date: Wed, 20 Aug 2014 20:58:05 -0000 To: commits@mahout.apache.org From: dlyubimov@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140820205805.F1D48238883D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dlyubimov Date: Wed Aug 20 20:58:05 2014 New Revision: 1619230 URL: http://svn.apache.org/r1619230 Log: CMS commit to mahout by dlyubimov Modified: mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext Modified: mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext?rev=1619230&r1=1619229&r2=1619230&view=diff ============================================================================== --- mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext (original) +++ mahout/site/mahout_cms/trunk/content/users/sparkbindings/play-with-shell.mdtext Wed Aug 20 20:58:05 2014 @@ -138,7 +138,7 @@ We put all the commands for ordinary lea
 def ols(drmX: DrmLike[Int], y: Vector) = 
-  solve(drmX.t %*% drmX, drmX.t %*% y)(::,0)
+  solve(drmX.t %*% drmX, drmX.t %*% y)(::, 0)