Help for this page

Select Code to Download


  1. or download this
        {
            attributes => {
    ...
            },
            labels => ['has header']
        },
    
  2. or download this
    my $result = $classifier->classify({phone => 3, fname => 0, ...});
    my $best_category = $result->best_category;