Logo ROOT   6.07/09
Reference Guide
List of all members | Public Member Functions | Private Member Functions | Private Attributes | List of all members
TMVA::ROCCurve Class Reference

Definition at line 47 of file ROCCurve.h.

Public Member Functions

 ROCCurve (const std::vector< Float_t > &mvaS, const std::vector< Bool_t > &mvat)
 
 ~ROCCurve ()
 destructor More...
 
TGraphGetROCCurve (const UInt_t points=100)
 
Double_t GetROCIntegral ()
 ROC Integral (AUC) More...
 

Private Member Functions

void EpsilonCount ()
 
MsgLoggerLog () const
 message logger More...
 

Private Attributes

std::vector< Float_tfEpsilonBgk
 
std::vector< Float_tfEpsilonSig
 
TGraphfGraph
 
MsgLoggerfLogger
 
std::vector< Float_tfMvaB
 
std::vector< Float_tfMvaS
 

#include <TMVA/ROCCurve.h>

Constructor & Destructor Documentation

TMVA::ROCCurve::ROCCurve ( const std::vector< Float_t > &  mvaS,
const std::vector< Bool_t > &  mvat 
)

Definition at line 48 of file ROCCurve.cxx.

TMVA::ROCCurve::~ROCCurve ( )

destructor

Definition at line 64 of file ROCCurve.cxx.

Member Function Documentation

void TMVA::ROCCurve::EpsilonCount ( )
private
TGraph * TMVA::ROCCurve::GetROCCurve ( const UInt_t  points = 100)

Definition at line 120 of file ROCCurve.cxx.

Double_t TMVA::ROCCurve::GetROCIntegral ( )

ROC Integral (AUC)

Definition at line 72 of file ROCCurve.cxx.

MsgLogger& TMVA::ROCCurve::Log ( ) const
inlineprivate

message logger

Definition at line 61 of file ROCCurve.h.

Member Data Documentation

std::vector<Float_t> TMVA::ROCCurve::fEpsilonBgk
private

Definition at line 66 of file ROCCurve.h.

std::vector<Float_t> TMVA::ROCCurve::fEpsilonSig
private

Definition at line 65 of file ROCCurve.h.

TGraph* TMVA::ROCCurve::fGraph
private

Definition at line 62 of file ROCCurve.h.

MsgLogger* TMVA::ROCCurve::fLogger
mutableprivate

Definition at line 60 of file ROCCurve.h.

std::vector<Float_t> TMVA::ROCCurve::fMvaB
private

Definition at line 64 of file ROCCurve.h.

std::vector<Float_t> TMVA::ROCCurve::fMvaS
private

Definition at line 63 of file ROCCurve.h.


The documentation for this class was generated from the following files: