Empty normalizer for the trivial case. More...
#include <CQNNoNormalization.h>
Public Member Functions | |
| CQNNoNormalization (const CAcInvertedFile *inAccessor=0) | |
| virtual double | getValue () const |
| Translating in the end the information into a normalizing value. | |
| virtual void | considerQueryFeature (const CWeightingFunction &inFeature) |
| Considers a feature. | |
| virtual CQueryNormalizer * | clone () const |
Public Member Functions inherited from CQueryNormalizer | |
| CQueryNormalizer (const CAcInvertedFile *inAccessor=0) | |
| void | setAccessor (const CAcInvertedFile *inAccessor) |
| virtual void | reset () |
Additional Inherited Members | |
Protected Attributes inherited from CQueryNormalizer | |
| double | mValue |
| const CAcInvertedFile * | mAccessor |
Empty normalizer for the trivial case.