Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: algorithm for 'best subsets'

by fizbin (Chaplain)
on Mar 03, 2005 at 19:50 UTC ( [id://436348]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub countcomb {
      my $nwordsatonce = shift;
    ...
      print "Top $nwordsatonce - word combinations: (cuttoff $toptot)\n";
      do {print "$_  ($totals{$_})\n";} for @comb[0..$topn-1];
    }
    
  2. or download this
    --
    @/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/;
    map{y/X_/\n /;print}map{pop@$_}@/for@/
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-20 02:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found