Namespace Lucene.Net.Classification
Classes
ClassificationResult<T>
The result of a call to AssignClass(String) holding an assigned class of type
KNearestNeighborClassifier
A k-Nearest Neighbor classifier (see
http://en.wikipedia.org/wiki/K-nearest_neighbors
) based
on MoreLikeThis
@lucene.experimental
SimpleNaiveBayesClassifier
A simplistic Lucene based NaiveBayes classifier, see
http://en.wikipedia.org/wiki/Naive_Bayes_classifier
@lucene.experimental
Interfaces
IClassifier<T>
A classifier, see
http://en.wikipedia.org/wiki/Classifier_(mathematics)
, which assign classes of type