Package ir.classifiers

Class Summary
BayesResult An object to hold the result of training a NaiveBayes classifier.
Classifier Abstract class specifying the functionality of a classifier.
CVLearningCurve Gives learning curves with K-fold cross validation for a classifier.
Example An object to hold training or test examples for categorization.
KNN  
NaiveBayes Implements the NaiveBayes Classifier with Laplace smoothing.
Rocchio  
TestClassifier Wrapper class to test classifiers using k-fold CV.