Uses of Package
org.terrier.matching.models

Packages that use org.terrier.matching.models
org.terrier.matching Provides the classes and interfaces used for matching documents to queries. 
org.terrier.matching.daat Provides classes that implement a document-at-a-time (DAAT) matching strategy. 
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. 
org.terrier.matching.tsms Provides the interface and classes that implement the term score modifiers, which modify the scores assigned to documents for a particular term. 
 

Classes in org.terrier.matching.models used by org.terrier.matching
WeightingModel
          This class should be extended by the classes used for weighting terms and documents.
 

Classes in org.terrier.matching.models used by org.terrier.matching.daat
WeightingModel
          This class should be extended by the classes used for weighting terms and documents.
 

Classes in org.terrier.matching.models used by org.terrier.matching.models
Idf
          This class computes the idf values for specific terms in the collection.
PerFieldNormWeightingModel
          A class for generating arbitrary per-field normalisation models.
WeightingModel
          This class should be extended by the classes used for weighting terms and documents.
 

Classes in org.terrier.matching.models used by org.terrier.matching.models.basicmodel
Idf
          This class computes the idf values for specific terms in the collection.
 

Classes in org.terrier.matching.models used by org.terrier.matching.models.normalisation
Idf
          This class computes the idf values for specific terms in the collection.
 

Classes in org.terrier.matching.models used by org.terrier.matching.models.queryexpansion
Idf
          This class computes the idf values for specific terms in the collection.
 

Classes in org.terrier.matching.models used by org.terrier.matching.tsms
WeightingModel
          This class should be extended by the classes used for weighting terms and documents.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow