Return-Path: X-Original-To: apmail-mahout-user-archive@www.apache.org Delivered-To: apmail-mahout-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B11A48151 for ; Tue, 16 Aug 2011 22:13:11 +0000 (UTC) Received: (qmail 81799 invoked by uid 500); 16 Aug 2011 22:13:10 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 81558 invoked by uid 500); 16 Aug 2011 22:13:09 -0000 Mailing-List: contact user-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mahout.apache.org Delivered-To: mailing list user@mahout.apache.org Received: (qmail 81550 invoked by uid 99); 16 Aug 2011 22:13:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 22:13:09 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ted.dunning@gmail.com designates 209.85.216.42 as permitted sender) Received: from [209.85.216.42] (HELO mail-qw0-f42.google.com) (209.85.216.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 22:13:01 +0000 Received: by qwi4 with SMTP id 4so563193qwi.1 for ; Tue, 16 Aug 2011 15:12:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=/Je4xaiksSk0nIyEd3ePryzlND6TQkDaHZhS7QcV1fA=; b=JDiGCRXyxz6vSqPIBSuPe1EGMCxYrPYesDe5UgcvU0Wj1+OV+CwO+rorzUIHYoWQpu FWNF2t2yaYM3NGjGi5dudtb5GifWY9mQ3fCiH5afobhYRNTXAaqsnKw3MfCvKZVmT0D4 2Fr+6n58VxBN6fidOaPZgcGWvfmjNv1vHYyZA= Received: by 10.224.187.129 with SMTP id cw1mr316309qab.225.1313532761103; Tue, 16 Aug 2011 15:12:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.89.7 with HTTP; Tue, 16 Aug 2011 15:12:21 -0700 (PDT) In-Reply-To: References: From: Ted Dunning Date: Tue, 16 Aug 2011 15:12:21 -0700 Message-ID: Subject: Re: Vectors vs Preferences To: user@mahout.apache.org Content-Type: multipart/alternative; boundary=485b397dd2a9a05cfb04aaa6ad3a X-Virus-Checked: Checked by ClamAV on apache.org --485b397dd2a9a05cfb04aaa6ad3a Content-Type: text/plain; charset=UTF-8 Actually SGD is just this for classification. It is (pretty) scalable and definitely not normally parallel. On Tue, Aug 16, 2011 at 11:16 AM, Sean Owen wrote: > There are no non-distributed counterparts for clustering and > classification. > It's not symmetric, and it would be better if it were, but it's perhaps no > big sin. The benefits have outweighed the negatives, I think. Of course > nobody would mind developing a scalable non-distributed clusterer / > classifier -- but in all things, it's a question of whether anyone cares > enough to write it and maintain it. > --485b397dd2a9a05cfb04aaa6ad3a--