Interface IClassifier<T>
A classifier, see
http://en.wikipedia.org/wiki/Classifier_(mathematics)
, which assign classes of type
Assembly: Lucene.Net.Classification.dll
Syntax
public interface IClassifier<T>
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Description |
---|---|
AssignClass(String) | Assign a class (with score) to the given text string |
Train(AtomicReader, String, String, Analyzer) | Train the classifier using the underlying Lucene index |
Train(AtomicReader, String, String, Analyzer, Query) | Train the classifier using the underlying Lucene index |
Train(AtomicReader, String[], String, Analyzer, Query) | Train the classifier using the underlying Lucene index |