Uses of Interface
org.terrier.structures.outputformat.OutputFormat
-
Packages that use OutputFormat Package Description org.terrier.applications.batchquerying Contains application-level programs for performing batch-based query operations, such as generating runs for TREC.org.terrier.rest Provides a HTTP REST service for providing resultsorg.terrier.structures.outputformat Provides functionality for writing Terrier ResultSets to disk as .res files, e.g. -
-
Uses of OutputFormat in org.terrier.applications.batchquerying
Fields in org.terrier.applications.batchquerying declared as OutputFormat Modifier and Type Field Description protected OutputFormatTRECQuerying. printerWhere results of the stream of queries are output to.Methods in org.terrier.applications.batchquerying that return OutputFormat Modifier and Type Method Description protected OutputFormatTRECQuerying. getOutputFormat() -
Uses of OutputFormat in org.terrier.rest
Classes in org.terrier.rest that implement OutputFormat Modifier and Type Class Description classJSONOutputFormat -
Uses of OutputFormat in org.terrier.structures.outputformat
Subinterfaces of OutputFormat in org.terrier.structures.outputformat Modifier and Type Interface Description interfaceRawOutputFormatinterface for writing the output of TRECQuerying to a streamClasses in org.terrier.structures.outputformat that implement OutputFormat Modifier and Type Class Description classLETOROutputFormatOutputs a featured result set in the LETOR format.classNormalised2LETOROutputFormatAs LETOROutputFormat, but uses normalisation 2 to normalise all scores in [0,1] for each queryclassNormalisedLETOROutputFormatAs LETOROutputFormat, but normalises all scores in [0,1] for each queryclassNullOutputFormatAn OutputFormat instance which does nothing.classTRECDocidOutputFormatOutputFormat for writing TREC runs where the docnos are NOT looked up, but instead the (integer, internal) docids are recorded in the .res file.classTRECDocnoOutputFormatStandard OutputFormat for writing TREC runsclassWritableOutputFormatThis class can be used for writingFatResultSets to disk for later use byFatResultsMatching
-