From user-return-11753-apmail-mahout-user-archive=mahout.apache.org@mahout.apache.org Wed Jan 4 22:35:21 2012 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 35907B7FC for ; Wed, 4 Jan 2012 22:35:21 +0000 (UTC) Received: (qmail 28977 invoked by uid 500); 4 Jan 2012 22:35:19 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 28940 invoked by uid 500); 4 Jan 2012 22:35:19 -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 28932 invoked by uid 99); 4 Jan 2012 22:35:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 22:35:19 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ted.dunning@gmail.com designates 209.85.210.170 as permitted sender) Received: from [209.85.210.170] (HELO mail-iy0-f170.google.com) (209.85.210.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jan 2012 22:35:13 +0000 Received: by iafj26 with SMTP id j26so65235908iaf.1 for ; Wed, 04 Jan 2012 14:34:52 -0800 (PST) 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=KwbalSJjO2KeC1f7lk7IzRHy+L91NuShVqiND7biv3A=; b=f1wc8krUeDOUOix8DhYjYbltK98QKfqxSktthm5xfQM+uWPa1mSjnXlsHR8jeElqKo F7SsnN29TVOj2i/FrjlGtjCOJTS53DdeQO4VPuDcODuUIzWagEoZI/g8KwCe82hEgSMl HQlknfOHd2faMWr112uy4jjBqDua375dipVtI= Received: by 10.50.168.4 with SMTP id zs4mr68624435igb.28.1325716492193; Wed, 04 Jan 2012 14:34:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.197.161 with HTTP; Wed, 4 Jan 2012 14:34:31 -0800 (PST) In-Reply-To: References: From: Ted Dunning Date: Wed, 4 Jan 2012 14:34:31 -0800 Message-ID: Subject: Re: RandomAccessSparseVector Missing IntDoubleProcedure To: user@mahout.apache.org Content-Type: multipart/alternative; boundary=e89a8f839c1b970f5904b5bb6cf3 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f839c1b970f5904b5bb6cf3 Content-Type: text/plain; charset=UTF-8 Collections is a separate artifact. On Wed, Jan 4, 2012 at 2:29 PM, Neil Chaudhuri wrote: > I found it on Maven, but why isn't that part of the Mahout distribution? > Just curious if collections is part of the core library. > > Thanks for letting me know. > > > > > > On 1/4/12 5:22 PM, "Sean Owen" wrote: > > >It's in mahout-collections which is also required. > > > >On Wed, Jan 4, 2012 at 10:15 PM, Neil Chaudhuri < > >nchaudhuri@potomacfusion.com> wrote: > > > >> I am writing some code using RandomAccessSparseVector within Mahout 0.5, > >> and I discovered an error because the source imports > >> org.apache.mahout.math.function.IntDoubleProcedure. But this class does > >>not > >> exist within mahout-math.jar, and I see it nowhere in the Mahout source > >> directories. > >> > >> Has anyone encountered this? Am I simply looking at an older version of > >> the source? Any insight is welcome. > >> > >> Thanks. > >> > > --e89a8f839c1b970f5904b5bb6cf3--