RE: [Classifier4j-devel] Samples?
Status: Beta
Brought to you by:
nicklothian
From: Brent L J. <br...@bj...> - 2003-12-30 19:30:57
|
> What type of datasource will you be using? > > If you need to classify based on multiple categories, you > will need to use > a "JDBC Datasource" such as mySQL to contain your corpus > which is what I have > experience with. If you only need a single category you can > use the inbuilt > datasource which I have no experience with. At first a single category (spam) but I'm planning on allowing the user to do more classification for email filtering and such. I do plan on using a JDBC datasource to contain the "corpus" (I assume thats the classification data is stored). Thanks, - Brent |