78 if ( (nTotS-nSelS)==nSelS && (nTotB-nSelB)==nSelB)
return 0.;
87 Double_t parentIndex = this->GetSeparationIndex(nTotS,nTotB);
89 Double_t leftIndex = ( ((nTotS - nSelS) + (nTotB - nSelB))/(nTotS+nTotB)
90 * this->GetSeparationIndex(nTotS-nSelS,nTotB-nSelB) );
91 Double_t rightIndex = (nSelS+nSelB)/(nTotS+nTotB) * this->GetSeparationIndex(nSelS,nSelB);
93 Double_t diff = parentIndex - leftIndex - rightIndex;
96 if(diff<fPrecisionCut ) {
ClassImp(TMVA::SeparationBase) TMVA
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 th...
Double_t Sqrt(Double_t x)