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 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 Modifier and Type Field Description 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 Modifier and Type Field Description 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 Modifier and Type Field Description protected Idf
QueryExpansionModel. idf
An instance of Idf, in order to compute the logs.
-