ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl-ai
perl-ai
Re: how to do feature selection
by Alan Gibson other posts by this author
May 23 2007 7:24PM messages near this date
how to do feature selection | [ANNOUNCE] AI-Categorizer 0.08 -> CPAN
im not sure if this pertains to your problem exactly, but you probably
want to specify the weighting method like

my $k = AI::Categorizer::KnowledgeSet-> new( verbose => 1 ,
    features_kept = 5000,
    tfidf_weighting=> 'nfc'
);

the default weighting is 'xxx' which if i understand correctly doesnt
actually do anything.

alan
Thread:
Jianmin WU
Alan Gibson

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved