36 #include "libMRML/include/CRelevanceLevel.h" 37 #include "libMRML/include/CRelevanceLevelList.h" 38 #include "libGIFTQuInvertedFile/include/CWeightingFunction.h" 39 #include "libGIFTAcInvertedFile/include/CDocumentFrequencyElement.h" 60 class CScoreBoard:
public hash_map<TID,double>,
public binary_function<CWeightingFunction,CDocumentFrequencyElement,void>{
62 bool mIgnoreNewValues;
void output(ostream &, const CAccessor &) const
prints out the Scoreboard on the screen
void releaseIgnore()
allows the adding of new members to the scoreboard again
void limitNumberTo(int maximumNumber)
limits the scoreboard to the best n results
a universally usable class for weighting.
Definition: CWeightingFunction.h:70
void setIgnore()
sets the variable to avoid adding new images to the Scoreboard
CScoreBoard()
needs an accessor for initialization
Definition: CScoreBoard.h:60
An accessor to an inverted file.
Definition: CAcInvertedFile.h:83
CDOCUMENTFREQUENCYELEMENT.
Definition: CDocumentFrequencyElement.h:49
CAccessor - an abstract base class for everything accessing a GIFT database.
Definition: CAccessor.h:55