Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Bucketing,Slicing and Reporting data across multiple dimensions

by blue_cowdawg (Monsignor)
on Aug 17, 2011 at 18:47 UTC ( [id://920755]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Bucketing,Slicing and Reporting data across multiple dimensions
in thread Bucketing,Slicing and Reporting data across multiple dimensions

Doh!!! It should read:

push @{$buckets->{$f[1]}->{where}},$f[0];


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

Replies are listed 'Best First'.
Re^4: Bucketing,Slicing and Reporting data across multiple dimensions
by Voronich (Hermit) on Aug 17, 2011 at 19:00 UTC
    Ah. Domo o/
    Me
Re^4: Bucketing,Slicing and Reporting data across multiple dimensions
by Voronich (Hermit) on Aug 17, 2011 at 20:34 UTC
    The only other modification I made was:
    printf "%s\t%d\n", $key,$buckets->{$key}->{count};
    since I don't actually need the articulated list of IDs unless they're called for. The resulting list is really quite interesting. Almost all impact occurs across EVERY ID. But several only have impact on 3 or 4. Quite telling. Thanks again o/
    Me

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://920755]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-03-19 06:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found