| Package | Description |
|---|---|
| org.apache.lucene.classification.document |
Uses already seen data (the indexed documents) to classify new documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KNearestNeighborDocumentClassifier
A k-Nearest Neighbor Document classifier (see
http://en.wikipedia.org/wiki/K-nearest_neighbors) based
on MoreLikeThis . |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.