Uses of Package
org.apache.lucene.classification
Packages that use org.apache.lucene.classification
Package
Description
Uses already seen data (the indexed documents) to classify an input ( can be simple text or a
structured document).
Uses already seen data (the indexed documents) to classify new documents.
Utilities for evaluation, data preparation, etc.
-
Classes in org.apache.lucene.classification used by org.apache.lucene.classificationClassDescriptionThe result of a call to
assignClass(String)
holding an assigned class of typeT
and a score.A classifier, seehttp://en.wikipedia.org/wiki/Classifier_(mathematics)
, which assign classes of typeT
A simplistic Lucene based NaiveBayes classifier, seehttp://en.wikipedia.org/wiki/Naive_Bayes_classifier
-
Classes in org.apache.lucene.classification used by org.apache.lucene.classification.documentClassDescriptionThe result of a call to
assignClass(String)
holding an assigned class of typeT
and a score.A classifier, seehttp://en.wikipedia.org/wiki/Classifier_(mathematics)
, which assign classes of typeT
A k-Nearest Neighbor classifier (seehttp://en.wikipedia.org/wiki/K-nearest_neighbors
) based onMoreLikeThis
A simplistic Lucene based NaiveBayes classifier, seehttp://en.wikipedia.org/wiki/Naive_Bayes_classifier
-
Classes in org.apache.lucene.classification used by org.apache.lucene.classification.utilsClassDescriptionA classifier, see
http://en.wikipedia.org/wiki/Classifier_(mathematics)
, which assign classes of typeT