ROOT
6.07/01
Reference Guide
|
Go to the source code of this file.
Functions | |
ClassImp (TMVA::GiniIndex) Double_t TMVA | |
Gini(Sample M) = 1 - (c(1)/N)^2 - (c(2)/N)^2 .... More... | |
ClassImp | ( | TMVA::GiniIndex | ) |
Gini(Sample M) = 1 - (c(1)/N)^2 - (c(2)/N)^2 ....
!! what we use here is 2*Gini.. as for the later use the factor 2 is irrelevant and hence I'd like to save this calculation
Definition at line 47 of file GiniIndex.cxx.