SimpleScoreStats is a very simple class that stores several score statistics. In the current FLAGR implementations, it is used exclusively for storing statistical information about the generated aggregate lists. More specifically, the minimum, maximum, and mean score values are stored there, including their standard deviation.
Implementation files
The SimpleScoreStats class is defined in the src/SimpleScoreStats.h header file; its member functions are implemented in src/SimpleScoreStats.cpp.
The following interactive block diagram depicts the functionality of the SimpleScoreStats class inside the entire architecture of FLAGR.
