ROOT 6.07/09 Reference Guide |
Definition at line 65 of file GiniIndex.h.
Public Member Functions | |
GiniIndex () | |
GiniIndex (const GiniIndex &g) | |
virtual | ~GiniIndex () |
virtual Double_t | GetSeparationIndex (const Double_t &s, const Double_t &b) |
Gini(Sample M) = 1 - (c(1)/N)^2 - (c(2)/N)^2 .... More... | |
Public Member Functions inherited from TMVA::SeparationBase | |
SeparationBase () | |
SeparationBase (const SeparationBase &s) | |
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. More... | |
Additional Inherited Members | |
Protected Attributes inherited from TMVA::SeparationBase | |
TString | fName |
Double_t | fPrecisionCut |
#include <TMVA/GiniIndex.h>
|
inline |
Definition at line 70 of file GiniIndex.h.
|
inline |
Definition at line 73 of file GiniIndex.h.
|
inlinevirtual |
Definition at line 76 of file GiniIndex.h.
Gini(Sample M) = 1 - (c(1)/N)^2 - (c(2)/N)^2 ....
!! what we use here is 2*Gini.. as for the later use the factor 2 is irrelevant and hence I'd like to save this calculation
Implements TMVA::SeparationBase.
Definition at line 60 of file GiniIndex.cxx.