Implementation of the GiniIndex With Laplace correction as separation criterion.
Large Gini Indices (maximum 0.5) mean , that the sample is well mixed (same amount of signal and bkg) bkg.
Small Indices mean, well separated.
Where:
The Laplace's correction to the probability distribution would turn the
turns into
Definition at line 59 of file GiniIndexWithLaplace.h.
Public Member Functions | |
GiniIndexWithLaplace () | |
GiniIndexWithLaplace (const GiniIndexWithLaplace &g) | |
virtual | ~GiniIndexWithLaplace () |
virtual Double_t | GetSeparationIndex (const Double_t s, const Double_t b) |
virtual TClass * | IsA () const |
virtual void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
![]() | |
SeparationBase () | |
Constructor. | |
SeparationBase (const SeparationBase &s) | |
Copy constructor. | |
virtual | ~SeparationBase () |
const TString & | GetName () |
virtual Double_t | GetSeparationGain (const Double_t nSelS, const Double_t nSelB, const Double_t nTotS, const Double_t nTotB) |
Separation Gain: the measure of how the quality of separation of the sample increases by splitting the sample e.g. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
![]() | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Additional Inherited Members | |
![]() | |
TString | fName |
Double_t | fPrecisionCut |
#include <TMVA/GiniIndexWithLaplace.h>
|
inline |
Definition at line 64 of file GiniIndexWithLaplace.h.
|
inline |
Definition at line 67 of file GiniIndexWithLaplace.h.
|
inlinevirtual |
Definition at line 70 of file GiniIndexWithLaplace.h.
Definition at line 77 of file GiniIndexWithLaplace.h.
Definition at line 77 of file GiniIndexWithLaplace.h.
|
virtual |
Implements TMVA::SeparationBase.
Definition at line 82 of file GiniIndexWithLaplace.cxx.
Reimplemented from TMVA::SeparationBase.
Definition at line 77 of file GiniIndexWithLaplace.h.
Reimplemented from TMVA::SeparationBase.
|
inline |
Definition at line 77 of file GiniIndexWithLaplace.h.