ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Functions | |
ClassImp (TMVA::RegressionVariance) Double_t TMVA | |
Separation Gain: the measure of how the quality of separation of the sample increases by splitting the sample e.g. More... | |
ClassImp | ( | TMVA::RegressionVariance | ) |
Separation Gain: the measure of how the quality of separation of the sample increases by splitting the sample e.g.
into a "left-node" and a "right-node" (N * Index_parent) - (N_left * Index_left) - (N_right * Index_right) this is then the quality crition which is optimized for when trying to increase the information in the system for the Regression: as the "Gain is maximised", the RMS (sqrt(variance)) which is used as a "separation" index should be as small as possible. the "figure of merit" here has to be -(rms left+rms-right) or 1/rms...
Definition at line 40 of file RegressionVariance.cxx.