Package org.apache.lucene.classification

Uses already seen data (the indexed documents) to classify new documents.

See: Description

Package org.apache.lucene.classification Description

Uses already seen data (the indexed documents) to classify new documents.

Currently contains a (simplistic) Naive Bayes classifier, a k-Nearest Neighbor classifier and a Perceptron based classifier.

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