![]() |
PandaRoot
|
#include <PndMvaTools.h>
Public Member Functions | |
ClassifierOutPuts () | |
ClassifierOutPuts (std::string const &Rlabel, std::string const &Glabel, float sgVal, float bgVal, float p) | |
virtual | ~ClassifierOutPuts () |
ClassifierOutPuts (ClassifierOutPuts const &ot) | |
ClassifierOutPuts & | operator= (ClassifierOutPuts const &ot) |
bool | operator> (ClassifierOutPuts const &ot) const |
bool | operator< (ClassifierOutPuts const &ot) const |
Public Attributes | |
std::string | realLabel |
std::string | givenLabel |
float | sgValue |
float | bgValue |
float | mom |
Structure used to hold the classifier output (label and distance or prob.) for each example in the test set together with the original class name. Used for ROC curves.
Definition at line 30 of file PndMvaTools.h.
|
inlineexplicit |
Definition at line 33 of file PndMvaTools.h.
|
inlineexplicit |
Rlabel | True label. |
Glabel | Given label. |
sgVal | Classifier output for each signal. |
bgVal | Classifier output for each background. |
Definition at line 41 of file PndMvaTools.h.
|
inlinevirtual |
Definition at line 45 of file PndMvaTools.h.
|
inline |
Definition at line 48 of file PndMvaTools.h.
|
inline |
Definition at line 67 of file PndMvaTools.h.
|
inline |
Definition at line 51 of file PndMvaTools.h.
References bgValue, givenLabel, mom, realLabel, and sgValue.
|
inline |
float ClassifierOutPuts::bgValue |
Definition at line 73 of file PndMvaTools.h.
Referenced by operator=().
std::string ClassifierOutPuts::givenLabel |
Definition at line 71 of file PndMvaTools.h.
Referenced by operator=().
float ClassifierOutPuts::mom |
Definition at line 74 of file PndMvaTools.h.
Referenced by operator=().
std::string ClassifierOutPuts::realLabel |
Definition at line 67 of file PndMvaTools.h.
Referenced by operator=().
float ClassifierOutPuts::sgValue |
Definition at line 72 of file PndMvaTools.h.
Referenced by operator=(), and operator>().