Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
jafar::lines::MatchStatistic Struct Reference

Structure to store the result of a comparison of two matchings. More...


Detailed Description

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>

List of all members.

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

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:42 for Jafar by doxygen 1.7.6.1
LAAS-CNRS