#include <PerformanceWorkingPoint.h>
Public Member Functions | |
float | cut () const |
bool | cutBased () const |
std::string | discriminantName () const |
PerformanceWorkingPoint () | |
PerformanceWorkingPoint (float c, std::string s) | |
Private Attributes | |
float | cut_ |
std::string | dname_ |
Definition at line 7 of file PerformanceWorkingPoint.h.
PerformanceWorkingPoint::PerformanceWorkingPoint | ( | ) | [inline] |
Definition at line 9 of file PerformanceWorkingPoint.h.
{}
PerformanceWorkingPoint::PerformanceWorkingPoint | ( | float | c, |
std::string | s | ||
) | [inline] |
float PerformanceWorkingPoint::cut | ( | ) | const [inline] |
Definition at line 11 of file PerformanceWorkingPoint.h.
References cut_.
Referenced by main().
{return cut_;}
bool PerformanceWorkingPoint::cutBased | ( | ) | const [inline] |
Definition at line 13 of file PerformanceWorkingPoint.h.
References cut_.
{if (cut_==-9999) return false; return true;}
std::string PerformanceWorkingPoint::discriminantName | ( | ) | const [inline] |
Definition at line 12 of file PerformanceWorkingPoint.h.
References dname_.
Referenced by main().
{return dname_;}
float PerformanceWorkingPoint::cut_ [private] |
Definition at line 16 of file PerformanceWorkingPoint.h.
Referenced by cut(), and cutBased().
std::string PerformanceWorkingPoint::dname_ [private] |
Definition at line 17 of file PerformanceWorkingPoint.h.
Referenced by discriminantName().