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 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 Modifier and Type Class Description 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.Methods in org.terrier.matching.models.aftereffect that return AfterEffect Modifier and Type Method Description AfterEffect
AfterEffect. clone()
Clone this weighting model
-