Package weka.classifiers

Class Summary
Classifier Abstract classifier.
DistributionClassifier Abstract classification model that produces (for each test instance) an estimate of the membership in each class (ie.
FilteredClassifier Class for running an arbitrary classifier on data that has been passed through an arbitrary filter.
NaiveBayesSimple Class for building and using a simple Naive Bayes classifier.