Package org.terrier.evaluation

Examples of org.terrier.evaluation.Evaluation.evaluate()


          String evaluationResultFilename =
            resultFilename.substring(
              0,
              resultFilename.lastIndexOf('.'))
              + ".eval";
          te.evaluate(resultFilename);
          if (evaluation_per_query)
            te.writeEvaluationResultOfEachQuery(evaluationResultFilename);
          else
            te.writeEvaluationResult(evaluationResultFilename);
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.