41 #ifndef _CWFBESTPROBABILISTIC
42 #define _CWFBESTPROBABILISTIC
43 #include "libGIFTQuInvertedFile/include/uses-declarations.h"
44 #include "libGIFTQuInvertedFile/include/CWeightingFunction.h"
66 virtual double subApply(
const double inDocumentFrequency,
67 const double inNormalizingFactor)
const;
virtual double apply(const CDocumentFrequencyElement &inResultFeature) const
Preparing the right parameters for subApply: Apply this on another feature.
For normalizing weights like in Salton/Buckley we need to now all the features in the query or all th...
Definition: CQueryNormalizer.h:55
a universally usable class for weighting.
Definition: CWeightingFunction.h:70
CWeightingFunction * clone() const
Virtual copy constructor.
An accessor to an inverted file.
Definition: CAcInvertedFile.h:83
Weighting Function method 2.
Definition: CWFBestProbabilistic.h:47
CDOCUMENTFREQUENCYELEMENT.
Definition: CDocumentFrequencyElement.h:49
virtual double subApply(const double inDocumentFrequency, const double inNormalizingFactor) const
Apply this on a document frequency.