FairRoot/PandaRoot
|
#include <PndMvaTools.h>
Public Member Functions | |
ROCPoints () | |
ROCPoints (float const fpr, float const tpr, float const tnr, float const fnr, size_t const nfp, size_t const ntp, size_t const nfn, size_t const ntn, float const curThr) | |
virtual | ~ROCPoints () |
ROCPoints (ROCPoints const &ot) | |
ROCPoints & | operator= (ROCPoints const &ot) |
Public Attributes | |
float | FP_rate |
float | TP_rate |
float | TN_rate |
float | FN_rate |
size_t | fp |
size_t | tp |
size_t | fn |
size_t | tn |
float | thr |
Private Member Functions | |
bool | operator== (ROCPoints const &ot) const |
bool | operator> (ROCPoints const &ot) const |
bool | operator< (ROCPoints const &ot) const |
Structure to hold the ROC points.
Definition at line 113 of file PndMvaTools.h.
|
inlineexplicit |
Definition at line 116 of file PndMvaTools.h.
|
inlineexplicit |
fpr | False positief rate. |
tpr | True positief rate. |
tnr | True negatief rate. |
fnr | False negatief rate. |
nfp | False positief count. |
ntp | True positief count. |
nfn | False negatief. |
ntn | True negatief. |
curThr | Current treshold value. |
Definition at line 138 of file PndMvaTools.h.
|
inlinevirtual |
Definition at line 155 of file PndMvaTools.h.
|
inline |
Definition at line 159 of file PndMvaTools.h.
|
private |
|
private |
|
private |
size_t ROCPoints::fn |
Definition at line 197 of file PndMvaTools.h.
Referenced by operator=().
float ROCPoints::FN_rate |
Definition at line 194 of file PndMvaTools.h.
Referenced by operator=().
size_t ROCPoints::fp |
Definition at line 195 of file PndMvaTools.h.
Referenced by operator=().
float ROCPoints::FP_rate |
Definition at line 188 of file PndMvaTools.h.
Referenced by operator=().
float ROCPoints::thr |
Definition at line 199 of file PndMvaTools.h.
Referenced by operator=().
size_t ROCPoints::tn |
Definition at line 198 of file PndMvaTools.h.
Referenced by operator=().
float ROCPoints::TN_rate |
Definition at line 193 of file PndMvaTools.h.
Referenced by operator=().
size_t ROCPoints::tp |
Definition at line 196 of file PndMvaTools.h.
Referenced by operator=().
float ROCPoints::TP_rate |
Definition at line 192 of file PndMvaTools.h.
Referenced by operator=().