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 classBM25FA convenience subclass of PerFieldNormWeightingModel setup to do specifically BM25F, as described by [Zaragoza TREC-2004].classPL2FA convenience subclass of PerFieldNormWeightingModel setup to do specifically PL2F.Methods in org.terrier.matching.models that return PerFieldNormWeightingModel Modifier and Type Method Description PerFieldNormWeightingModelPerFieldNormWeightingModel. clone()
-