41 #ifndef _CQUERYNORMALIZER
42 #define _CQUERYNORMALIZER
43 #include "libGIFTQuInvertedFile/include/uses-declarations.h"
44 #include "libGIFTAcInvertedFile/include/CDocumentFrequencyElement.h"
45 #include "libGIFTQuInvertedFile/include/CWeightingFunction.h"
46 #include "libGIFTAcInvertedFile/include/CAcInvertedFile.h"
For normalizing weights like in Salton/Buckley we need to now all the features in the query or all th...
Definition: CQueryNormalizer.h:55
virtual void considerQueryFeature(const CWeightingFunction &inFeature)
Considers a feature.
a universally usable class for weighting.
Definition: CWeightingFunction.h:70
An accessor to an inverted file.
Definition: CAcInvertedFile.h:83
virtual double getValue() const
Translating the information into a normalizing value in the end.