Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
TMVA::PruningInfo Class Reference

Definition at line 39 of file IPruneTool.h.

Public Member Functions

 PruningInfo ()
 
 PruningInfo (Double_t q, Double_t alpha, std::vector< DecisionTreeNode *> sequence)
 

Public Attributes

std::vector< DecisionTreeNode * > PruneSequence
 the regularization parameter for pruning More...
 
Double_t PruneStrength
 quality measure for a pruned subtree T of T_max More...
 
Double_t QualityIndex
 

#include <TMVA/IPruneTool.h>

Constructor & Destructor Documentation

◆ PruningInfo() [1/2]

TMVA::PruningInfo::PruningInfo ( )
inline

Definition at line 43 of file IPruneTool.h.

◆ PruningInfo() [2/2]

TMVA::PruningInfo::PruningInfo ( Double_t  q,
Double_t  alpha,
std::vector< DecisionTreeNode *>  sequence 
)
inline

Definition at line 50 of file IPruneTool.h.

Member Data Documentation

◆ PruneSequence

std::vector<DecisionTreeNode*> TMVA::PruningInfo::PruneSequence

the regularization parameter for pruning

Definition at line 47 of file IPruneTool.h.

◆ PruneStrength

Double_t TMVA::PruningInfo::PruneStrength

quality measure for a pruned subtree T of T_max

Definition at line 46 of file IPruneTool.h.

◆ QualityIndex

Double_t TMVA::PruningInfo::QualityIndex

Definition at line 45 of file IPruneTool.h.


The documentation for this class was generated from the following file: