ROOT
6.07/01
Reference Guide
|
Definition at line 45 of file CrossEntropy.h.
Public Member Functions | |
CrossEntropy () | |
CrossEntropy (const CrossEntropy &g) | |
virtual | ~CrossEntropy () |
virtual Double_t | GetSeparationIndex (const Double_t &s, const Double_t &b) |
Public Member Functions inherited from TMVA::SeparationBase | |
SeparationBase () | |
SeparationBase (const SeparationBase &s) | |
virtual | ~SeparationBase () |
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... | |
const TString & | GetName () |
Additional Inherited Members | |
Protected Attributes inherited from TMVA::SeparationBase | |
TString | fName |
Double_t | fPrecisionCut |
#include <TMVA/CrossEntropy.h>
|
inline |
Definition at line 50 of file CrossEntropy.h.
|
inline |
Definition at line 53 of file CrossEntropy.h.
|
inlinevirtual |
Definition at line 56 of file CrossEntropy.h.
|
virtual |
Implements TMVA::SeparationBase.