Uses of Class
pitt.search.semanticvectors.SearchResult

Packages that use SearchResult
pitt.search.semanticvectors Semantic Vector indexes, created by applying a Random Projection algorithm to term-document matrices created using Apache Lucene. 
 

Uses of SearchResult in pitt.search.semanticvectors
 

Methods in pitt.search.semanticvectors that return types with arguments of type SearchResult
 java.util.LinkedList<SearchResult> VectorSearcher.getNearestNeighbors(int numResults)
          This nearest neighbor search is implemented in the abstract VectorSearcher class itself: this enables all subclasses to reuse the search whatever scoring method they implement.
static java.util.LinkedList<SearchResult> Search.RunSearch(java.lang.String[] args, int numResults)
          Takes a user's query, creates a query vector, and searches a vector store.