Package uk.ac.ucl.panda.applications.evaluation.trec

Examples of uk.ac.ucl.panda.applications.evaluation.trec.QualityBenchmark.execute()


      qrun.setMaxResults(maxResults);
      SubmissionReport submitLog = null;
     
     
     
      QualityStats stats[] = qrun.execute(judge, submitLog, logger, scorelogger);

      // print an avarage sum of the results
      QualityStats avg = QualityStats.average(stats);
      avg.log("SUMMARY", 2, logger, "  ");
 
View Full Code Here


       */

        
      for(double a1=0.0d; a1<=0.0d; a1+=10.0d){
     
      QualityStats stats[] = qrun.execute(judge, submitLog, null, scorelogger, a1, 0);

      // print an avarage sum of the results
      QualityStats avg = QualityStats.average(stats);
      avg.batch_log(Double.toString(a1) , 2, logger, "  ");
 
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.