See: Description
Interface | Description |
---|---|
OutputFormat |
interface for adjusting the output of TRECQuerying
|
RawOutputFormat |
interface for writing the output of TRECQuerying to a stream
|
Class | Description |
---|---|
LETOROutputFormat |
Outputs a featured result set in the LETOR format.
|
Normalised2LETOROutputFormat |
As LETOROutputFormat, but uses normalisation 2 to normalise all scores in [0,1] for each query
|
NormalisedLETOROutputFormat |
As LETOROutputFormat, but normalises all scores in [0,1] for each query
|
NullOutputFormat |
An OutputFormat instance which does nothing.
|
TRECDocidOutputFormat |
OutputFormat for writing TREC runs where the docnos are NOT looked up,
but instead the (integer, internal) docids are recorded in the .res file.
|
TRECDocnoOutputFormat |
Standard OutputFormat for writing TREC runs
|
WritableOutputFormat |
This class can be used for writing
FatResultSet s to disk
for later use by FatResultsMatching |
Provides functionality for writing Terrier ResultSets to disk as .res files, e.g. in TREC run formats.
Terrier 4.0. Copyright © 2004-2014 University of Glasgow