Public Member Functions | |
Result () | |
void | add (const Result &) |
double | csi () const |
double | heidke () const |
double | optimizingMeasure () const |
double | pod () const |
double | far () const |
void | print (const char *file_name, const char *mode) const |
Will print out the current result to the file, which will be opened either in over-write mode ("w") or in append ("a"). | |
Static Public Member Functions | |
static double | optimizingMeasure (const Result &weighted, const Result &traditional) |
Public Attributes | |
double | hit |
double | miss |
double | fa |
double | null_evt |
bwer::Result::Result | ( | ) | [inline] |
void bwer::Result::add | ( | const Result & | ) |
double bwer::Result::csi | ( | ) | const |
double bwer::Result::far | ( | ) | const |
double bwer::Result::heidke | ( | ) | const |
static double bwer::Result::optimizingMeasure | ( | const Result & | weighted, | |
const Result & | traditional | |||
) | [static] |
double bwer::Result::optimizingMeasure | ( | ) | const |
double bwer::Result::pod | ( | ) | const |
void bwer::Result::print | ( | const char * | file_name, | |
const char * | mode | |||
) | const |
Will print out the current result to the file, which will be opened either in over-write mode ("w") or in append ("a").
double bwer::Result::fa |
double bwer::Result::hit |
double bwer::Result::miss |
double bwer::Result::null_evt |