| Package | Description |
|---|---|
| org.apache.lucene.classification |
Uses already seen data (the indexed documents) to classify new documents.
|
| Class and Description |
|---|
| ClassificationResult
The result of a call to
Classifier.assignClass(String) holding an assigned class of type T and a score. |
| Classifier
A classifier, see
http://en.wikipedia.org/wiki/Classifier_(mathematics), which assign classes of type
T |
| SimpleNaiveBayesClassifier
A simplistic Lucene based NaiveBayes classifier, see
http://en.wikipedia.org/wiki/Naive_Bayes_classifier |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.