Package net.sf.classifier4J.bayesian

Interface Summary
ICategorisedWordsDataSource Interface used by BayesianClassifier to determine the probability of each word based on a particular category.
IJDBCConnectionManager  
IWordsDataSource Interface used by BayesianClassifier to determine the probability of each word.
 

Class Summary
BayesianClassifier A implementation of IClassifier based on Bayes' theorem (see http://www.wikipedia.org/wiki/Bayes_theorem).
DataSourceJDBCConnectionManager  
DriverMangerJDBCConnectionManager  
JDBCWordsDataSource A JDBC based datasource.
SimpleWordsDataSource  
WordProbability Represents the probability of a particular word.
 

Exception Summary
WordsDataSourceException  
 



Copyright © 2003-2005 Nick Lothian. All Rights Reserved.