|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
data_structures | |
evaluation | |
utilities |
Uses of Result in data_structures |
---|
Methods in data_structures that return types with arguments of type Result | |
---|---|
private com.aliasi.util.BoundedPriorityQueue<Result> |
ADC.computeKNN_ADC(int k,
double[] queryVector)
|
private com.aliasi.util.BoundedPriorityQueue<Result> |
IVFADC.computeKNN_IVFADC(int k,
double[] query,
int w)
|
protected com.aliasi.util.BoundedPriorityQueue<Result> |
VladArray.computeNearestNeighborsInternal(int k,
double[] queryVector)
Computes the k-nearest neighbors for the given query vector. |
protected com.aliasi.util.BoundedPriorityQueue<Result> |
IVFADC.computeNearestNeighborsInternal(int k,
double[] query)
|
protected com.aliasi.util.BoundedPriorityQueue<Result> |
ADC.computeNearestNeighborsInternal(int k,
double[] query)
|
protected abstract com.aliasi.util.BoundedPriorityQueue<Result> |
AbstractSearchStructure.computeNearestNeighborsInternal(int k,
double[] queryVector)
This method returns a bounded priority queue of Result objects, corresponding to the k nearest neighbors' ids and their distances from the query vector, ordered by lowest distance. |
Uses of Result in evaluation |
---|
Methods in evaluation with parameters of type Result | |
---|---|
private double |
EvaluationFromFile.computeAveragePrecision(Result[] nearestNeighbors,
java.lang.String queryName)
Computes the AP for a given queryId and a sorted list of nearest neighbors. |
private double |
EvaluationFromFile.computeRecallAtk(Result[] nearestNeighbors,
java.lang.String queryName,
int k,
boolean ignoreQuery)
|
Uses of Result in utilities |
---|
Fields in utilities declared as Result | |
---|---|
private Result[] |
Answer.results
|
Methods in utilities that return Result | |
---|---|
Result[] |
Answer.getResults()
|
Methods in utilities with parameters of type Result | |
---|---|
int |
Result.compare(Result o1,
Result o2)
|
void |
Answer.setResults(Result[] results)
|
Constructors in utilities with parameters of type Result | |
---|---|
Answer(Result[] results,
long nameLookupTime,
long indexSearchTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |