84 if (s+
b <= 0)
return 0;
85 if (s<=0 ||
b <=0)
return 0;
86 else return (s*
b+s+
b+1)/(s+
b+2)/(s+
b+2);
Implementation of the GiniIndex With Laplace correction as separation criterion.
virtual Double_t GetSeparationIndex(const Double_t s, const Double_t b)