See: Description
| Interface | Description |
|---|---|
| Classifier<T> |
A classifier, see
http://en.wikipedia.org/wiki/Classifier_(mathematics), which assign classes of type
T |
| Class | Description |
|---|---|
| BM25NBClassifier |
A classifier approximating naive bayes classifier by using pure queries on BM25.
|
| BooleanPerceptronClassifier | |
| CachingNaiveBayesClassifier |
A simplistic Lucene based NaiveBayes classifier, with caching feature, see
http://en.wikipedia.org/wiki/Naive_Bayes_classifier |
| ClassificationResult<T> |
The result of a call to
Classifier.assignClass(String) holding an assigned class of type T and a score. |
| KNearestFuzzyClassifier |
A k-Nearest Neighbor classifier based on
NearestFuzzyQuery. |
| KNearestNeighborClassifier |
A k-Nearest Neighbor classifier (see
http://en.wikipedia.org/wiki/K-nearest_neighbors) based
on MoreLikeThis |
| SimpleNaiveBayesClassifier |
A simplistic Lucene based NaiveBayes classifier, see
http://en.wikipedia.org/wiki/Naive_Bayes_classifier |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.