| Class | Description |
|---|---|
| IREvalAnalyser<QUERY,DOCUMENT extends Identifiable> |
An evaluator suitable for any kind of result document from the
RetrievalEngine. |
| IREvalResult |
An
AnalysisResult that is bascked by a SetRetrievalEvaluator to
capture the results of a retrieval experiment. |
| PrecisionAtN<QUERY,DOCUMENT extends Identifiable> |
RetrievalAnalyser that computes the precision after N documents have
been retrieved (P@N). |
| PrecisionAtNResult<QUERY> |
AnalysisResult used with PrecisionAtN to hold the P@N
precision after N documents have been retrieved. |
| TRECEvalAnalyser<QUERY,DOCUMENT extends Identifiable> |
A
RetrievalAnalyser that uses the trec_eval commandline tool to
perform the analysis. |
| TRECResult |
An
AnalysisResult wrapping the output of the
trec_eval tool. |