#include <CWFCoordinationLevel.h>
Public Member Functions | |
CWFCoordinationLevel (const CAcInvertedFile *inAccessor=0, CQueryNormalizer *=0, CQueryNormalizer *=0) | |
virtual double | subApply (const double inDocumentFrequency, const double inNormalizingFactor) const |
Apply this on a document frequency. | |
CWeightingFunction * | clone () const |
For the "prototype pattern": Kinda virtual copy constructor: Gamma/Helm/Johnson/Vlissides p. |
CWeightingFunction* CWFCoordinationLevel::clone | ( | ) | const [virtual] |
For the "prototype pattern": Kinda virtual copy constructor: Gamma/Helm/Johnson/Vlissides p.
107
This is a new version of constructNew which manages to live without the setID function
Reimplemented from CWeightingFunction.