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