Uses of Interface
org.apache.lucene.classification.Classifier

Packages that use Classifier
org.apache.lucene.classification Uses already seen data (the indexed documents) to classify new documents. 
 

Uses of Classifier in org.apache.lucene.classification
 

Classes in org.apache.lucene.classification that implement Classifier
 class KNearestNeighborClassifier
          A k-Nearest Neighbor classifier (see http://en.wikipedia.org/wiki/K-nearest_neighbors) based on MoreLikeThis
 class SimpleNaiveBayesClassifier
          A simplistic Lucene based NaiveBayes classifier, see http://en.wikipedia.org/wiki/Naive_Bayes_classifier
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.