#include <CQNBestFullyWeighted.h>
Public Member Functions | |
| CQNBestFullyWeighted (const CAcInvertedFile *inAccessor) | |
| virtual void | considerQueryFeature (const CWeightingFunction &inFeature) |
| Considers a feature. More... | |
| virtual CQueryNormalizer * | clone () const |
| returning a copy of this More... | |
Public Member Functions inherited from CQueryNormalizer | |
| CQueryNormalizer (const CAcInvertedFile *inAccessor=0) | |
| void | setAccessor (const CAcInvertedFile *inAccessor) |
| virtual void | reset () |
| virtual double | getValue () const |
| Translating the information into a normalizing value in the end. | |
Additional Inherited Members | |
Protected Attributes inherited from CQueryNormalizer | |
| double | mValue |
| const CAcInvertedFile * | mAccessor |
modification history:
HM 090399 created the documentation
: Wolfgang Müller
compiler defines used:The query normalizer for the Best Fully Weighted Method does not work yet (1.12.1998)
|
virtual |
returning a copy of this
Reimplemented from CQueryNormalizer.
|
virtual |
Considers a feature.
Reimplemented from CQueryNormalizer.