#include <PerformanceWorkingPoint.h>
Public Member Functions | |
float | cut () 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_;}
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 15 of file PerformanceWorkingPoint.h.
Referenced by cut().
std::string PerformanceWorkingPoint::dname_ [private] |
Definition at line 16 of file PerformanceWorkingPoint.h.
Referenced by discriminantName().