Float_t | fAlpha | ! regularization parameter in CC pruning |
Bool_t | fDebug | ! debug flag |
Int_t | fOptimalK | ! index of the optimal tree in the pruned tree sequence |
Bool_t | fOwnQIndex | ! flag indicates if fQualityIndex is owned by this |
vector<TMVA::DecisionTreeNode*> | fPruneSequence | ! map of weakest links (i.e., branches to prune) -> pruning index |
vector<Float_t> | fPruneStrengthList | ! map of alpha -> pruning index |
TMVA::SeparationBase* | fQualityIndex | ! the quality index used to calculate R(t), R(T) = sum[t in ~T]{ R(t) } |
vector<Float_t> | fQualityIndexList | ! map of R(T) -> pruning index |
TMVA::DecisionTree* | fTree | ! (pruned) decision tree |
const TMVA::CCPruner::EventList* | fValidationSample | ! the event sample to select the optimally-pruned tree |