#include <CWFBestFullyWeighted.h>
Inheritance diagram for CWFBestFullyWeighted:
Public Member Functions | |
CWFBestFullyWeighted (const CAcInvertedFile *inAccessor, CQueryNormalizer *inQueryNormalizer, CQueryNormalizer *inThisNormalizer) | |
virtual double | subApply (const double inDocumentFrequency, const double inNormalizingFactor) const |
Apply this on a document frequency. | |
virtual double | apply (const CDocumentFrequencyElement &inResultFeature) const |
Preparing the right parameters for subApply: Apply this on another feature. | |
CWeightingFunction * | clone () const |
For the "prototype pattern": Kinda virtual copy constructor: Gamma/Helm/Johnson/Vlissides p. |
|
For the "prototype pattern": Kinda virtual copy constructor: Gamma/Helm/Johnson/Vlissides p. 107 Reimplemented from CWeightingFunction. |