ROOT 6.18/05 Reference Guide |
Implementation of the MisClassificationError as separation criterion.
Definition at line 46 of file MisClassificationError.h.
Public Member Functions | |
MisClassificationError () | |
MisClassificationError (const MisClassificationError &g) | |
virtual | ~MisClassificationError () |
virtual Double_t | GetSeparationIndex (const Double_t s, const Double_t b) |
Misclassification error criterion: 1-max(p, 1-p) (p: purity= s/(s+b)) More... | |
Public Member Functions inherited from TMVA::SeparationBase | |
SeparationBase () | |
Constructor. More... | |
SeparationBase (const SeparationBase &s) | |
Copy constructor. More... | |
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... | |
virtual Double_t | GetSeparationIndex (const Double_t s, const Double_t b)=0 |
Additional Inherited Members | |
Protected Attributes inherited from TMVA::SeparationBase | |
TString | fName |
Double_t | fPrecisionCut |
#include <TMVA/MisClassificationError.h>
|
inline |
Definition at line 51 of file MisClassificationError.h.
|
inline |
Definition at line 54 of file MisClassificationError.h.
|
inlinevirtual |
Definition at line 57 of file MisClassificationError.h.
|
virtual |
Misclassification error criterion: 1-max(p, 1-p) (p: purity= s/(s+b))
Implements TMVA::SeparationBase.
Definition at line 43 of file MisClassificationError.cxx.