Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 sequence of pruning locations in T_max that yields T
 
Double_t PruneStrength
 ! the regularization parameter for pruning
 
Double_t QualityIndex
 ! quality measure for a pruned subtree T of T_max
 

#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 sequence of pruning locations in T_max that yields T

Definition at line 47 of file IPruneTool.h.

◆ PruneStrength

Double_t TMVA::PruningInfo::PruneStrength

! the regularization parameter for pruning

Definition at line 46 of file IPruneTool.h.

◆ QualityIndex

Double_t TMVA::PruningInfo::QualityIndex

! quality measure for a pruned subtree T of T_max

Definition at line 45 of file IPruneTool.h.

Libraries for TMVA::PruningInfo:

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