74 if ( nTot==nLeft || nLeft==0 )
return 0.;
81 return (parentIndex - leftIndex - rightIndex)/(parentIndex);
Double_t GetSeparationGain(const Double_t nLeft, const Double_t targetLeft, const Double_t target2Left, const Double_t nTot, const Double_t targetTot, const Double_t target2Tot)
Separation Gain: the measure of how the quality of separation of the sample increases by splitting th...