Package org.terrier.evaluation

Examples of org.terrier.evaluation.NamedPageEvaluation


    } else if (evaluation) {
      Evaluation te = null;
      if (evaluation_type.equals("adhoc"))
        te = new AdhocEvaluation();
      else if (evaluation_type.equals("named"))
        te = new NamedPageEvaluation();
      String[] nomefile = null;
      if (evaluationFilename == null)
      {
        /* list all the result files and then evaluate them */
        File fresdirectory = new File(ApplicationSetup.TREC_RESULTS);
View Full Code Here

TOP

Related Classes of org.terrier.evaluation.NamedPageEvaluation

Copyright © 2018 www.massapicom. 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.