Jafar
|
Structure to store the result of a comparison of two matchings. More...
Structure to store the result of a comparison of two matchings.
Structure to store the result of a comparison of two matchings. The following statistics are supported:
"right" is total number of matchings with: something from newMatching is in refMatching or there is nothing in both.
"wrong" is total number of matchings with: there is something in newMatching and this is all not in refMatching.
"notFound" is total number of matchings with: there is nothing in newMatching but something in refMatching.
Definition at line 47 of file matchingSet.hpp.
#include <matchingSet.hpp>
Public Member Functions | |
void | print () |
Public Attributes | |
int | right |
total number of matchings with: something from newMatching is in refMatching or there is nothing in both | |
int | wrong |
total number of matchings with: there is something in newMatching and this is all not in refMatching | |
int | notFound |
total number of matchings with: there is nothing in newMatching but something in refMatching |
Generated on Wed Oct 15 2014 00:37:42 for Jafar by doxygen 1.7.6.1 |