AfterEffect |
This class acts as the base class for the implementations of the first normalization of the
informative content in the DFR framework.
|
Axiomatic |
Axiomatic approaches for IR.
|
BasicModel |
This class acts as the base class for the specific basic model implementations in the
DFR framework.
|
BasicStats |
Stores all statistics commonly used ranking methods.
|
Distribution |
The probabilistic distribution used to model term occurrence in information-based models.
|
Independence |
Computes the measure of divergence from independence for DFI scoring functions.
|
Lambda |
The lambda (λw) parameter in information-based models.
|
LMSimilarity |
Abstract superclass for language modeling Similarities.
|
LMSimilarity.CollectionModel |
A strategy for computing the collection language model.
|
Normalization |
This class acts as the base class for the implementations of the term frequency normalization
methods in the DFR framework.
|
Similarity |
Similarity defines the components of Lucene scoring.
|
Similarity.SimScorer |
Stores the weight for a query across the indexed collection.
|
SimilarityBase |
A subclass of Similarity that provides a simplified API for its descendants.
|
TFIDFSimilarity |
Implementation of Similarity with the Vector Space Model.
|