A hash of weighting function pointers. More...
#include <CWeightingFunctionPointerHash.h>
Public Member Functions | |
CWeightingFunctionPointerHash (const CWeightingFunction &inWF) | |
CWeightingFunctionPointerHash::CFather::size_type | size () const |
~CWeightingFunctionPointerHash () | |
clears features before destroying this | |
void | clearFeatures () |
void | addFeature (const double inRelevanceLevel, const CDocumentFrequencyElement &inElement) |
Protected Types | |
typedef hash_map< TID, CWeightingFunctionPointer > | CFather |
For making the change between different map types easier. |
Protected Attributes | |
const CWeightingFunction & | mWeightingFunction |
A hash of weighting function pointers.