Class KnnEvaluator.Neighbor
java.lang.Object
org.apache.solr.client.solrj.io.eval.KnnEvaluator.Neighbor
- All Implemented Interfaces:
Comparable<KnnEvaluator.Neighbor>
- Enclosing class:
KnnEvaluator
public static class KnnEvaluator.Neighbor
extends Object
implements Comparable<KnnEvaluator.Neighbor>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Neighbor
public Neighbor(int row, double distance)
-
-
Method Details
-
getRow
public int getRow() -
getDistance
-
compareTo
- Specified by:
compareToin interfaceComparable<KnnEvaluator.Neighbor>
-