See: Description
| Interface | Description |
|---|---|
| DocumentClassifier<T> |
A classifier, see
http://en.wikipedia.org/wiki/Classifier_(mathematics), which assign classes of type
T to a Documents |
| Class | Description |
|---|---|
| KNearestNeighborDocumentClassifier |
A k-Nearest Neighbor Document classifier (see
http://en.wikipedia.org/wiki/K-nearest_neighbors) based
on MoreLikeThis . |
| 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.