![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 12 of file QuickMVAProbEstimator.h.
Classes | |
struct | EventInfo |
Public Member Functions | |
QuickMVAProbEstimator (Int_t nMin=40, Int_t nMax=5000) | |
virtual | ~QuickMVAProbEstimator () |
void | AddEvent (Double_t val, Double_t weight, Int_t type) |
Double_t | GetMVAProbAt (Double_t value) |
Static Public Member Functions | |
static bool | compare (EventInfo e1, EventInfo e2) |
Private Member Functions | |
MsgLogger & | Log () const |
Private Attributes | |
std::vector< EventInfo > | fEvtVector |
Bool_t | fIsSorted |
UInt_t | fNMin |
UInt_t | fNMax |
MsgLogger * | fLogger |
#include <TMVA/QuickMVAProbEstimator.h>
Definition at line 22 of file QuickMVAProbEstimator.h.
|
inlinevirtual |
Definition at line 25 of file QuickMVAProbEstimator.h.
Definition at line 12 of file QuickMVAProbEstimator.cxx.
Referenced by TMVA::MethodBoost::AdaBoost().
Definition at line 20 of file QuickMVAProbEstimator.h.
Referenced by GetMVAProbAt().
Definition at line 22 of file QuickMVAProbEstimator.cxx.
Referenced by TMVA::MethodBoost::AdaBoost().
|
inlineprivate |
Definition at line 39 of file QuickMVAProbEstimator.h.
|
private |
Definition at line 33 of file QuickMVAProbEstimator.h.
Referenced by AddEvent().
|
private |
Definition at line 34 of file QuickMVAProbEstimator.h.
Referenced by AddEvent().
|
mutableprivate |
Definition at line 38 of file QuickMVAProbEstimator.h.
Referenced by Log(), QuickMVAProbEstimator(), and ~QuickMVAProbEstimator().
|
private |
Definition at line 36 of file QuickMVAProbEstimator.h.
|
private |
Definition at line 35 of file QuickMVAProbEstimator.h.