Uses of Interface
org.terrier.learning.FeaturedResultSet
- 
Packages that use FeaturedResultSet Package Description org.terrier.learning Provides interfaces for Terrier 'Fat' ResultSets that contain features and decorators that add new features to those result sets.org.terrier.matching Provides the classes and interfaces used for matching documents to queries.org.terrier.structures.outputformat Provides functionality for writing Terrier ResultSets to disk as .res files, e.g.
- 
- 
Uses of FeaturedResultSet in org.terrier.learningClasses in org.terrier.learning that implement FeaturedResultSet Modifier and Type Class Description classFeaturedQueryResultSetA result set implementation that accommodates multiple query feature scores, besides the original relevance scores.
- 
Uses of FeaturedResultSet in org.terrier.matchingMethods in org.terrier.matching with parameters of type FeaturedResultSet Modifier and Type Method Description protected intFeaturedScoringMatching. applyDSMs(Index localIndex, java.lang.String queryNumber, MatchingQueryTerms mqtLocal, int numResults, int[] inputDocids, short[] inputOccurrences, FeaturedResultSet rtr)
- 
Uses of FeaturedResultSet in org.terrier.structures.outputformatMethods in org.terrier.structures.outputformat with parameters of type FeaturedResultSet Modifier and Type Method Description protected voidLETOROutputFormat. printHeader(java.io.PrintWriter pw, FeaturedResultSet rs)
 
-