|
|
Choosing A Webhost: |
Re: Newbie trying to understand uniq and uniqvec: msg#00084lang.perl.pdl.general
Mark Pfeiffer writes: > ... [snip] ... > > I am certain I have some fundamental > misunderstanding of uniqvec here. > > Can someone please explain how I > should be going about getting all the > unique rows from $pdl. Looks like it is a bug in uniqvec. If you edit the return lines for PDL::uniqvec from the PDL/Primitive.pm file (?uniqvec in the perldl shell should tell you where the file is in the "Docs from ...") from line# 695 return $uniq->nelem==0 ? 696 $srt->slice(":,(0)") : 697 $srt->dice($uniq)->mv(0,-1); to line# 695 return $uniq->nelem==0 ? 696 $srt->slice("0,:")->mv(0,-1) : 697 $srt->dice($uniq)->mv(0,-1); it should return the correct value. NOTE: this bug only happens when all the vectors are the same, if there had been at least two uniq vectors in the data you would have been "ok". --Chris > cheers > Mark Pfeiffer_______________________________________________ Perldl mailing list Perldl@xxxxxxxxxxxxxxx http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: rt.cpan.org bugs, Chris Marshall |
|---|---|
| Next by Date: | Re: Newbie trying to understand uniq and uniqvec, Mark Pfeiffer |
| Previous by Thread: | Newbie trying to understand uniq and uniqvec, Mark Pfeiffer |
| Next by Thread: | Re: Newbie trying to understand uniq and uniqvec, Mark Pfeiffer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |