22 #ifndef ROOT_TMVA_IPruneTool
23 #define ROOT_TMVA_IPruneTool
28 #ifndef ROOT_TMVA_SeparationBase
32 #ifndef ROOT_TMVA_DecisionTree
55 : QualityIndex(q), PruneStrength(alpha), PruneSequence(sequence) {}
Double_t PruneStrength
quality measure for a pruned subtree T of T_max
std::vector< DecisionTreeNode * > PruneSequence
the regularization parameter for pruning
Abstract ClassifierFactory template that handles arbitrary types.