| Package | Description |
|---|---|
| org.apache.lucene.classification |
Uses already seen data (the indexed documents) to classify an input ( can be simple text or a structured document).
|
| org.apache.lucene.classification.document |
Uses already seen data (the indexed documents) to classify new documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachingNaiveBayesClassifier
A simplistic Lucene based NaiveBayes classifier, with caching feature, see
http://en.wikipedia.org/wiki/Naive_Bayes_classifier |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleNaiveBayesDocumentClassifier
A simplistic Lucene based NaiveBayes classifier, see
http://en.wikipedia.org/wiki/Naive_Bayes_classifier |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.