Public Member Functions | |
| CScoreBoard () | |
| needs an accessor for initialization | |
| void | operator() (const CWeightingFunction &, const CDocumentFrequencyElement &) |
| void | output (ostream &, const CAccessor &) const |
| prints out the Scoreboard on the screen | |
| void | setIgnore () |
| sets the variable to avoid adding new images to the Scoreboard | |
| void | releaseIgnore () |
| allows the adding of new members to the scoreboard again | |
| void | limitNumberTo (int maximumNumber) |
| limits the scoreboard to the best n results | |
needs an accessor for initialization
| void CScoreBoard::limitNumberTo | ( | int | maximumNumber | ) |
limits the scoreboard to the best n results
| void CScoreBoard::output | ( | ostream & | , |
| const CAccessor & | |||
| ) | const |
prints out the Scoreboard on the screen
| void CScoreBoard::releaseIgnore | ( | ) |
allows the adding of new members to the scoreboard again
| void CScoreBoard::setIgnore | ( | ) |
sets the variable to avoid adding new images to the Scoreboard