in reply to Re: how can i hold temporary values in a recursive function
in thread how can i hold temporary values in a recursive function
it's obvious he means max(map { ... } keys ...) We're humans here, not computers, so we should act like, and treat each other as, humans.#maximum of below foreach# foreach my $yy ( keys %{$trans->{$state}} ) { $trans->{$state}->{$yy} * viterbi($yy, $r) ; }
Of course, you're not obliged to make that effort. But if you don't want to, why waste everyone's time with an unhelpful comment?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how can i hold temporary values in a recursive function
by GrandFather (Saint) on Apr 20, 2010 at 05:53 UTC | |
by educated_foo (Vicar) on Apr 20, 2010 at 13:18 UTC |