Uses of Class
org.terrier.matching.models.PerFieldNormWeightingModel
-
Packages that use PerFieldNormWeightingModel Package Description org.terrier.matching.models Provides the classes that implement various weighting models. -
-
Uses of PerFieldNormWeightingModel in org.terrier.matching.models
Subclasses of PerFieldNormWeightingModel in org.terrier.matching.models Modifier and Type Class Description class
BM25F
A convenience subclass of PerFieldNormWeightingModel setup to do specifically BM25F, as described by [Zaragoza TREC-2004].class
PL2F
A convenience subclass of PerFieldNormWeightingModel setup to do specifically PL2F.Methods in org.terrier.matching.models that return PerFieldNormWeightingModel Modifier and Type Method Description PerFieldNormWeightingModel
PerFieldNormWeightingModel. clone()
-