Uses of Class
org.terrier.matching.models.aftereffect.AfterEffect
-
Packages that use AfterEffect Package Description 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 Modifier and Type Field Description protected AfterEffectDFRWeightingModel. afterEffectThe applied model for after effect (aka. -
Uses of AfterEffect in org.terrier.matching.models.aftereffect
Subclasses of AfterEffect in org.terrier.matching.models.aftereffect Modifier and Type Class Description classBThis class implements the B model for the first normalisation by after effect.classLThis class implements the L model for the first normalisation by after effect.classL5This class implements the L5 model for the first normalisation by after effect.classLLThis class implements the LL model for the first normalisation by after effect.Methods in org.terrier.matching.models.aftereffect that return AfterEffect Modifier and Type Method Description AfterEffectAfterEffect. clone()Clone this weighting model
-