Interface | Description |
---|---|
Ranked |
Interface for objects that have a ranked position.
|
RetrievalAnalyser<RESULT extends AnalysisResult,QUERY,DOCUMENT extends Identifiable> |
A
RetrievalAnalyser is used to analyse the raw search results from a
RetrievalEngine in the context of a RetrievalEvaluator and to
produce an AnalysisResult describing the performance of the
RetrievalEngine . |
RetrievalEngine<DOCUMENT extends Identifiable,QUERY> |
Interface describing a retrieval engine
|
Scored |
Interface for objects that have an associated score.
|
Class | Description |
---|---|
RetrievalEvaluator<RESULT extends AnalysisResult,DOCUMENT extends Identifiable,QUERY> |
An implementation of an
Evaluator for the evaluation of retrieval
experiments using the Cranfield methodology. |