Package org.terrier.evaluation

Examples of org.terrier.evaluation.AdhocEvaluation


      }
      i.close();
    } 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)
      {
View Full Code Here

TOP

Related Classes of org.terrier.evaluation.AdhocEvaluation

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.