All Classes and Interfaces

Class
Description
A classifier approximating naive bayes classifier by using pure queries on BM25.
A perceptron (see http://en.wikipedia.org/wiki/Perceptron) based Boolean Classifier.
A simplistic Lucene based NaiveBayes classifier, with caching feature, see http://en.wikipedia.org/wiki/Naive_Bayes_classifier
The result of a call to assignClass(String) holding an assigned class of type T and a score.
A classifier, see http://en.wikipedia.org/wiki/Classifier_(mathematics), which assign classes of type T
Utility class to generate the confusion matrix of a Classifier
a confusion matrix, backed by a Map representing the linearized matrix
Utility class for creating training / test / cross validation indexes from the original index.
utility class for converting Lucene Documents to Double vectors.
A classifier, see http://en.wikipedia.org/wiki/Classifier_(mathematics), which assign classes of type T to a Documents
A k-Nearest Neighbor classifier based on NearestFuzzyQuery.
A k-Nearest Neighbor classifier (see http://en.wikipedia.org/wiki/K-nearest_neighbors ) based on MoreLikeThis
A k-Nearest Neighbor Document classifier (see http://en.wikipedia.org/wiki/K-nearest_neighbors) based on MoreLikeThis .
Simplification of FuzzyLikeThisQuery, to be used in the context of KNN classification.
A simplistic Lucene based NaiveBayes classifier, see http://en.wikipedia.org/wiki/Naive_Bayes_classifier
A simplistic Lucene based NaiveBayes classifier, see http://en.wikipedia.org/wiki/Naive_Bayes_classifier