28 #include "libGIFTQuInvertedFile/include/uses-declarations.h"
void setAccessor(CAcInvertedFile &inAccessor)
Set for all content the accessor properly and then call init.
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
An accessor to an inverted file.
Definition: CAcInvertedFile.h:83
CWeighter(CWeightingFunction *inWeightingFunction=0, CQueryNormalizer *inDocumentNormalizer=0, CQueryNormalizer *inQueryNormalizer=0)
constructor
void init()
make the weighting function know who its normalizers are
A weighter is a set of WeightingFunction and normalizers which are going to be used together...
Definition: CWeighter.h:41
CWeighter * clone() const
clone: clone an init-ed copy of this
~CWeighter()
destructor: deletes all content.