Package org.terrier.evaluation
Provides an interface and the classes to process relevance assessments and perform standard evaluation of retrieval results. There are two types of evaluation supported. The first is based on the outuput of trec_eval and the other is for evaluation of known-item search task.
-
Interface Summary Interface Description Evaluation -
Class Summary Class Description AdhocEvaluation Performs the evaluation for TREC's tasks, except the named page task.AdhocFullQueryEvaluation Performs a query by query evaluation of a results file.BatchEvaluationCommand NamedPageEvaluation Performs the evaluation for TREC's named/home page finding task.TerrierEvaluation An abstract class for evaluating the retrieval results.TerrierEvaluation.Record A structure of a record of retrieved document.TrecEvalEvaluation TrecEvalEvaluation.Command TRECQrelsInMemory Loads the relevance assessments in memory, for performing evaluation of runs.TRECQrelsInMemory.QrelsHashSet Models the set of relevant documents for one query.