41 #ifndef _CCOMPARISONRESULTS
42 #define _CCOMPARISONRESULTS
43 #include "libGIFTAcInvertedFile/include/uses-declarations.h"
46 #include "libMRML/include/CRelevanceLevel.h"
47 #include "libGIFTQuInvertedFile/include/CWeightingFunctionPointerHash.h"
48 #include "libGIFTAcInvertedFile/include/CDocumentFrequencyElement.h"
72 typedef CIFQPicHunter lCContainerType;
76 lCContainerType& mContainer;
78 typedef set<CDocumentFrequencyElement,CSortByID_DFE> lCScoreSet;
80 mutable lCScoreSet mScores;
87 mutable CBitVector mReturnSet;
106 double calculateImageScore(TID inDID,
115 double addImageScore(TID inDID,
131 void setRelevanceLevel(
double);
The general scheme of implementing a PicHunter like algorithm in GIFT uses the following scheme: ...
Definition: CComparisonResults.h:70
a universally usable class for weighting.
Definition: CWeightingFunction.h:70
A list of Document Frequency Elements (the main part of an inverted file)
Definition: CDocumentFrequencyList.h:58
CRELEVANCELEVEL.
Definition: CRelevanceLevel.h:60
A hash of weighting function pointers.
Definition: CWeightingFunctionPointerHash.h:59