Help for this page

Select Code to Download


  1. or download this
     foreach my $yy ( keys %{$trans->{$state}} ) 
     {   $trans->{$state}->{$yy}  *  viterbi($yy, $r) ; }
    
  2. or download this
     
    @observation = qw(empty a a empty);
    
    ...
    }
    print "\n\n", viterbi(end, 3);