![]() |
ROOT
6.06/09
Reference Guide
|
#include "TMVA/GiniIndex.h"
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 45 of file GiniIndex.cxx.