public interface Evaluation
Modifier and Type | Method and Description |
---|---|
void |
evaluate(String resultFilename)
Evaluates the given result file for the given qrels file.
|
void |
writeEvaluationResult()
Output the evaluation result to standard output
|
void |
writeEvaluationResult(PrintWriter out)
The abstract method that evaluates and prints
the results.
|
void |
writeEvaluationResult(String resultEvalFilename)
Output the evaluation result to the specific file.
|
void |
writeEvaluationResultOfEachQuery(String evaluationResultFilename)
Output the evaluation result of each query to the specific file.
|
void evaluate(String resultFilename)
resultFilename
- java.lang.String the filename of the result
file to evaluate.void writeEvaluationResult()
void writeEvaluationResult(PrintWriter out)
out
- java.io.PrintWritervoid writeEvaluationResultOfEachQuery(String evaluationResultFilename)
evaluationResultFilename
- String the name of the file in which to
save the evaluation results.void writeEvaluationResult(String resultEvalFilename)
resultEvalFilename
- java.lang.String the filename of
the file to output the result.Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow