Uses of Class
org.terrier.matching.models.Idf
-
Packages that use Idf Package Description 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 Modifier and Type Field Description protected IdfWeightingModel. iThe 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 Modifier and Type Field Description protected IdfBasicModel. iThe 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 Modifier and Type Field Description protected IdfNormalisation. idfThe 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 Modifier and Type Field Description protected IdfQueryExpansionModel. idfAn instance of Idf, in order to compute the logs.
-