#include <CQNBestFullyWeighted.h>
Public Member Functions | |
CQNBestFullyWeighted (const CAcInvertedFile *inAccessor) | |
virtual void | considerQueryFeature (const CWeightingFunction &inFeature) |
Considers a feature. | |
virtual CQueryNormalizer * | clone () const |
returning a copy of this |
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 CQueryNormalizer* CQNBestFullyWeighted::clone | ( | ) | const [virtual] |
returning a copy of this
Reimplemented from CQueryNormalizer.
virtual void CQNBestFullyWeighted::considerQueryFeature | ( | const CWeightingFunction & | inFeature | ) | [virtual] |
Considers a feature.
Reimplemented from CQueryNormalizer.