|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.gla.terrier.evaluation.Evaluation uk.ac.gla.terrier.evaluation.AdhocEvaluation uk.ac.gla.terrier.evaluation.AdhocFullQueryEvaluation
public class AdhocFullQueryEvaluation
Performs a query by query evaluation of a results file. Like trec_eval -q.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class uk.ac.gla.terrier.evaluation.Evaluation |
---|
Evaluation.Record |
Field Summary |
---|
Fields inherited from class uk.ac.gla.terrier.evaluation.Evaluation |
---|
qrels |
Constructor Summary | |
---|---|
AdhocFullQueryEvaluation()
|
Method Summary | |
---|---|
void |
evaluate(java.lang.String qrelsFilename,
java.lang.String resultFilename)
Evaluates the given result file for the given qrels file. |
Methods inherited from class uk.ac.gla.terrier.evaluation.AdhocEvaluation |
---|
evaluate, initialise, writeEvaluationResult, writeEvaluationResultOfEachQuery |
Methods inherited from class uk.ac.gla.terrier.evaluation.Evaluation |
---|
writeEvaluationResult, writeEvaluationResult |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdhocFullQueryEvaluation()
Method Detail |
---|
public void evaluate(java.lang.String qrelsFilename, java.lang.String resultFilename)
resultFilename
- java.lang.String the filename of the result file to evaluate.qrelsFilename
- java.lang.String the filename of the qrels file corresponding
to the result file.
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |