|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ClassificationResult | |
|---|---|
| org.apache.lucene.classification | Uses already seen data (the indexed documents) to classify new documents. |
| Uses of ClassificationResult in org.apache.lucene.classification |
|---|
| Methods in org.apache.lucene.classification that return ClassificationResult | |
|---|---|
ClassificationResult<BytesRef> |
KNearestNeighborClassifier.assignClass(String text)
Assign a class (with score) to the given text String |
ClassificationResult<BytesRef> |
SimpleNaiveBayesClassifier.assignClass(String inputDocument)
Assign a class (with score) to the given text String |
ClassificationResult<T> |
Classifier.assignClass(String text)
Assign a class (with score) to the given text String |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||