Uses of Class
org.terrier.matching.models.aftereffect.AfterEffect

Packages that use AfterEffect
org.terrier.matching.models Provides the classes that implement various weighting models. 
org.terrier.matching.models.aftereffect Provides the interface and the classes for implementing the term frequency normalisation component in the DFR framework. 
 

Uses of AfterEffect in org.terrier.matching.models
 

Fields in org.terrier.matching.models declared as AfterEffect
protected  AfterEffect DFRWeightingModel.afterEffect
          The applied model for after effect (aka.
 

Uses of AfterEffect in org.terrier.matching.models.aftereffect
 

Subclasses of AfterEffect in org.terrier.matching.models.aftereffect
 class B
          This class implements the B model for the first normalisation by after effect.
 class L
          This class implements the L model for the first normalisation by after effect.
 class L5
          This class implements the L5 model for the first normalisation by after effect.
 class LL
          This class implements the LL model for the first normalisation by after effect.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow