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.learning
Classes in org.terrier.learning that implement FeaturedResultSet Modifier and Type Class Description class
FeaturedQueryResultSet
A result set implementation that accommodates multiple query feature scores, besides the original relevance scores. -
Uses of FeaturedResultSet in org.terrier.matching
Methods in org.terrier.matching with parameters of type FeaturedResultSet Modifier and Type Method Description protected int
FeaturedScoringMatching. applyDSMs(Index localIndex, java.lang.String queryNumber, MatchingQueryTerms mqtLocal, int numResults, int[] inputDocids, short[] inputOccurrences, FeaturedResultSet rtr)
-
Uses of FeaturedResultSet in org.terrier.structures.outputformat
Methods in org.terrier.structures.outputformat with parameters of type FeaturedResultSet Modifier and Type Method Description protected void
LETOROutputFormat. printHeader(java.io.PrintWriter pw, FeaturedResultSet rs)
-