Examples of Idf


Examples of org.terrier.matching.models.Idf

  /**
   * The default constructor.
   *
   */
  public Normalisation(){
    idf = new Idf();
  }
View Full Code Here

Examples of org.terrier.matching.models.Idf

  }
  /**
   *  A default constructor for the class that initialises the idf attribute.
   */
  public QueryExpansionModel() {
    idf = new Idf();
    this.initialise();
  }
View Full Code Here

Examples of org.terrier.matching.models.Idf

  protected double numberOfTokens;
  /**
   * A default constructor that initialises the idf i attribute
   */
  public BasicModel() {
    i = new Idf();
  }
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.