Uses of Class
org.terrier.statistics.GammaFunction
-
Packages that use GammaFunction Package Description org.terrier.matching.dsms Provides the interface and the classes for modifying the scores of documents after an score has been assigned to documents, or implementing the combination of evidence.org.terrier.matching.models.dependence Weighting models for term dependence modelsorg.terrier.statistics Provides the implementations of various statistical routines. -
-
Uses of GammaFunction in org.terrier.matching.dsms
Fields in org.terrier.matching.dsms declared as GammaFunction Modifier and Type Field Description protected static GammaFunction
DFRDependenceScoreModifier. gf
-
Uses of GammaFunction in org.terrier.matching.models.dependence
Fields in org.terrier.matching.models.dependence declared as GammaFunction Modifier and Type Field Description protected static GammaFunction
pBiL. gf
-
Uses of GammaFunction in org.terrier.statistics
Methods in org.terrier.statistics that return GammaFunction Modifier and Type Method Description static GammaFunction
GammaFunction. getGammaFunction()
Obtain an instance of GammaFunction
-