mirror of https://github.com/apache/lucene.git
LUCENE-8115: remove one TODO-on-its-own javadoc.
This commit is contained in:
parent
ad6e8b82ec
commit
bd69d64ad0
|
@ -124,9 +124,6 @@ public class KNearestNeighborClassifier implements Classifier<BytesRef> {
|
|||
return classifyFromTopDocs(knnSearch(text));
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO
|
||||
*/
|
||||
protected ClassificationResult<BytesRef> classifyFromTopDocs(TopDocs knnResults) throws IOException {
|
||||
List<ClassificationResult<BytesRef>> assignedClasses = buildListFromTopDocs(knnResults);
|
||||
ClassificationResult<BytesRef> assignedClass = null;
|
||||
|
|
Loading…
Reference in New Issue