Uses of Class
utilities.Answer

Packages that use Answer
data_structures   
 

Uses of Answer in data_structures
 

Methods in data_structures that return Answer
 Answer AbstractSearchStructure.computeNearestNeighbors(int k, double[] queryVector)
          This method returns an array of Result objects, corresponding to the k nearest neighbors' ids, names and their distances from the query vector, ordered by lowest distance.