Uses of Class
org.terrier.matching.models.Idf

Packages that use Idf
org.terrier.matching.models Provides the classes that implement various weighting models. 
org.terrier.matching.models.basicmodel Provides the interface and the classes for implementing the basic models for randomness in the DFR framework. 
org.terrier.matching.models.normalisation Provides the interface and the classes for implementing the basic models for randomness in the DFR framework. 
org.terrier.matching.models.queryexpansion Provides the classes that implement various query expansion models. 
 

Uses of Idf in org.terrier.matching.models
 

Fields in org.terrier.matching.models declared as Idf
protected  Idf WeightingModel.i
          The class used for computing the idf values.
 

Uses of Idf in org.terrier.matching.models.basicmodel
 

Fields in org.terrier.matching.models.basicmodel declared as Idf
protected  Idf BasicModel.i
          The class used for computing the idf values.
 

Uses of Idf in org.terrier.matching.models.normalisation
 

Fields in org.terrier.matching.models.normalisation declared as Idf
protected  Idf Normalisation.idf
          The class used for computing the logorithm values.
 

Uses of Idf in org.terrier.matching.models.queryexpansion
 

Fields in org.terrier.matching.models.queryexpansion declared as Idf
protected  Idf QueryExpansionModel.idf
          An instance of Idf, in order to compute the logs.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow