Uses of Class
org.apache.lucene.classification.ClassificationResult

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

Uses of ClassificationResult in org.apache.lucene.classification
 

Methods in org.apache.lucene.classification that return ClassificationResult
 ClassificationResult<BytesRef> KNearestNeighborClassifier.assignClass(String text)
          Assign a class (with score) to the given text String
 ClassificationResult<BytesRef> SimpleNaiveBayesClassifier.assignClass(String inputDocument)
          Assign a class (with score) to the given text String
 ClassificationResult<T> Classifier.assignClass(String text)
          Assign a class (with score) to the given text String
 



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